Class LocalizationEditorEvents
Common events sent out during interaction with the localization system through the Editor.
Namespace: UnityEditor.Localization
Assembly: solution.dll
Syntax
public class LocalizationEditorEvents
Methods
| Name | Description |
|---|---|
| RaiseCollectionModified(object, LocalizationTableCollection) | Sends an event to CollectionModified that indicates a table collection has been modified. |
Events
| Name | Description |
|---|---|
| AssetTableEntryAdded | Event that is sent when new asset table entry is added. |
| AssetTableEntryRemoved | Event that is sent when an asset table entry is removed from a table. |
| CollectionAdded | Event that is sent when a new table collection is added to the project. |
| CollectionModified | Event that is sent when a table collection is modified. |
| CollectionRemoved | Event that is sent when a table collection is removed from the project. |
| ExtensionAddedToCollection | Event that is sent when a collection extension is added to a table collection in the project. |
| ExtensionRemovedFromCollection | Event that is sent when a collection extension is removed from a table collection in the project. |
| LocaleAdded | Event that is sent when a new Locale is added to the project. |
| LocaleRemoved | Event that is sent when a Locale is removed from the project. |
| LocaleSortOrderChanged | Event that is sent when the Locale sort order is changed. |
| TableAddedToCollection | Event that is sent when a table is added to a collection in the project. |
| TableEntryAdded | Event that is sent when a new entry is added to a table. |
| TableEntryModified | Event that is sent when a table entry is modified. |
| TableEntryRemoved | Event that is sent when an entry is removed from a a table. |
| TableRemovedFromCollection | Event that is sent when a table is removed from a collection in the project. |