Class LocalizationEditorEvents
Common events sent out during interaction with the localization system through the Editor.
Namespace: UnityEditor .Localization
Assembly: Unity.Localization.Editor.dll
Syntax
public class LocalizationEditorEvents
Methods
Name | Description |
---|---|
Raise |
Sends an event to Collection |
Events
Name | Description |
---|---|
Asset |
Event that is sent when new asset table entry is added. |
Asset |
Event that is sent when an asset table entry is removed from a table. |
Collection |
Event that is sent when a new table collection is added to the project. |
Collection |
Event that is sent when a table collection is modified. |
Collection |
Event that is sent when a table collection is removed from the project. |
Extension |
Event that is sent when a collection extension is added to a table collection in the project. |
Extension |
Event that is sent when a collection extension is removed from a table collection in the project. |
Locale |
Event that is sent when a new Locale is added to the project. |
Locale |
Event that is sent when a Locale is removed from the project. |
Locale |
Event that is sent when the Locale sort order is changed. |
Table |
Event that is sent when a table is added to a collection in the project. |
Table |
Event that is sent when a new entry is added to a table. |
Table |
Event that is sent when a table entry is modified. |
Table |
Event that is sent when an entry is removed from a a table. |
Table |
Event that is sent when a table is removed from a collection in the project. |