Enum AddressableAssetSettings.ModificationEvent
Enumeration of different event types that are generated.
Namespace: UnityEditor.AddressableAssets.Settings
Syntax
public enum ModificationEvent
Fields
| Name | Description | Value |
|---|---|---|
| GroupAdded | 0 | |
| GroupRemoved | 1 | |
| GroupRenamed | 2 | |
| GroupSchemaAdded | 3 | |
| GroupSchemaRemoved | 4 | |
| GroupSchemaModified | 5 | |
| GroupTemplateAdded | 6 | |
| GroupTemplateRemoved | 7 | |
| GroupTemplateSchemaAdded | 8 | |
| GroupTemplateSchemaRemoved | 9 | |
| EntryCreated | 10 | |
| EntryAdded | 11 | |
| EntryMoved | 12 | |
| EntryRemoved | 13 | |
| LabelAdded | 14 | |
| LabelRemoved | 15 | |
| ProfileAdded | 16 | |
| ProfileRemoved | 17 | |
| ProfileModified | 18 | |
| ActiveProfileSet | 19 | |
| EntryModified | 20 | |
| BuildSettingsChanged | 21 | |
| ActiveBuildScriptChanged | 22 | |
| DataBuilderAdded | 23 | |
| DataBuilderRemoved | 24 | |
| InitializationObjectAdded | 25 | |
| InitializationObjectRemoved | 26 | |
| ActivePlayModeScriptChanged | 27 | |
| BatchModification | 28 | |
| HostingServicesManagerModified | 29 | |
| GroupMoved | 30 | |
| CertificateHandlerChanged | 31 |