Enum AddressableAssetSettings.ModificationEvent
Options for labeling all the different generated events.
Namespace: UnityEditor.AddressableAssets.Settings
Syntax
public enum ModificationEvent
Fields
Name | Description | Value |
---|---|---|
GroupAdded | Use to indicate that a group was added to the settings object. |
0 |
GroupRemoved | Use to indicate that a group was removed from the the settings object. |
1 |
GroupRenamed | Use to indicate that a group in the settings object was renamed. |
2 |
GroupSchemaAdded | Use to indicate that a schema was added to a group. |
3 |
GroupSchemaRemoved | Use to indicate that a schema was removed from a group. |
4 |
GroupSchemaModified | Use to indicate that a schema was modified. |
5 |
GroupTemplateAdded | Use to indicate that a group template was added to the settings object. |
6 |
GroupTemplateRemoved | Use to indicate that a group template was removed from the settings object. |
7 |
GroupTemplateSchemaAdded | Use to indicate that a schema was added to a group template. |
8 |
GroupTemplateSchemaRemoved | Use to indicate that a schema was removed from a group template. |
9 |
EntryCreated | Use to indicate that an asset entry was created. |
10 |
EntryAdded | Use to indicate that an asset entry was added to a group. |
11 |
EntryMoved | Use to indicate that an asset entry moved from one group to another. |
12 |
EntryRemoved | Use to indicate that an asset entry was removed from a group. |
13 |
LabelAdded | Use to indicate that an asset label was added to the settings object. |
14 |
LabelRemoved | Use to indicate that an asset label was removed from the settings object. |
15 |
ProfileAdded | Use to indicate that a profile was added to the settings object. |
16 |
ProfileRemoved | Use to indicate that a profile was removed from the settings object. |
17 |
ProfileModified | Use to indicate that a profile was modified. |
18 |
ActiveProfileSet | Use to indicate that a profile has been set as the active profile. |
19 |
EntryModified | Use to indicate that an asset entry was modified. |
20 |
BuildSettingsChanged | Use to indicate that the build settings object was modified. |
21 |
ActiveBuildScriptChanged | Use to indicate that a new build script is being used as the active build script. |
22 |
DataBuilderAdded | Use to indicate that a new data builder script was added to the settings object. |
23 |
DataBuilderRemoved | Use to indicate that a data builder script was removed from the settings object. |
24 |
InitializationObjectAdded | Use to indicate a new initialization object was added to the settings object. |
25 |
InitializationObjectRemoved | Use to indicate a initialization object was removed from the settings object. |
26 |
ActivePlayModeScriptChanged | Use to indicate that a new script is being used as the active playmode data builder. |
27 |
BatchModification | Use to indicate that a batch of asset entries was modified. Note that the posted object will be null. |
28 |
HostingServicesManagerModified | Use to indicate that the hosting services manager was modified. |
29 |
GroupMoved | Use to indicate that a group changed its order placement within the list of groups in the settings object. |
30 |
CertificateHandlerChanged | Use to indicate that a new certificate handler is being used for the initialization object provider. |
31 |