LocalizationGroupConstructor

Switch to Manual
public LocalizationGroup ();
public LocalizationGroup (Behaviour behaviour);
public LocalizationGroup (Type type);
public LocalizationGroup (object obj);

Parameters

behaviourUse the assembly the behaviour belongs to.
typeUse the assembly the type belongs to.
objUse the assembly the obj belongs to.

Description

Set the current localization group.

This can be nested.