Method SetDirty
SetDirty(ModificationEvent, object, bool)
Marks the object as modified.
Declaration
public void SetDirty(AddressableAssetSettings.ModificationEvent modificationEvent, object eventData, bool postEvent)
Parameters
Type | Name | Description |
---|---|---|
AddressableAssetSettings.ModificationEvent | modificationEvent | The event type that is changed. |
object | eventData | The object data that corresponds to the event. |
bool | postEvent | If true, the event is propagated to callbacks. |