Property OnModification
OnModification
Event for handling settings changes. The object passed depends on the event type.
Declaration
public Action<AddressableAssetSettings, AddressableAssetSettings.ModificationEvent, object> OnModification { get; set; }
Property Value
Type | Description |
---|---|
Action<AddressableAssetSettings, AddressableAssetSettings.ModificationEvent, Object> |