LocalizationGroup
While the instance alive, Localization System uses the dictionary for localization.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Localization.Editor
- Assembly: UnityEditor.CoreModule
- Implements: IDisposable
public class LocalizationGroup : IDisposable
Constructors
Constructor | Description |
|---|---|
| LocalizationGroup() | Set the current localization group. |
| LocalizationGroup(System.Object) | Set the current localization group. |
| LocalizationGroup(System.Type) | Set the current localization group. |
| LocalizationGroup(UnityEngine.Behaviour) | Set the current localization group. |
Properties
Property | Description |
|---|---|
| locGroupName | Accessor of the current group name. |
Methods
Method | Description |
|---|---|
| Dispose | Since the LocalizationGroup is IDisposable, Dispose can be called explicitly. |