This version of Unity is unsupported.

LocalizationGroup Constructor

Declaration

public LocalizationGroup();

Declaration

public LocalizationGroup(Behaviour behaviour);

Declaration

public LocalizationGroup(Type type);

Declaration

public LocalizationGroup(object obj);

Parameters

behaviour Use the assembly the behaviour belongs to.
type Use the assembly the type belongs to.
obj Use the assembly the obj belongs to.

Description

Set the current localization group.

This can be nested.