LocalizationGroup
Set the current localization group.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor.Localization.Editor
- Assembly: UnityEditor.CoreModule
LocalizationGroup()
Set the current localization group.
public LocalizationGroup()
Remarks
This can be nested.
LocalizationGroup(Behaviour)
Set the current localization group.
public LocalizationGroup(Behaviour behaviour)
Parameters
Use the assembly the behaviour belongs to.
Remarks
This can be nested.
LocalizationGroup(Type)
Set the current localization group.
public LocalizationGroup(Type type)
Parameters
Use the assembly the type belongs to.
Remarks
This can be nested.
LocalizationGroup(Object)
Set the current localization group.
public LocalizationGroup(object obj)
Parameters
Use the assembly the obj belongs to.
Remarks
This can be nested.