Method SetDirty
SetDirty(ModificationEvent, object, bool, bool)
Marks the object as modified.
선언
public void SetDirty(AddressableAssetSettings.ModificationEvent modificationEvent, object eventData, bool postEvent, bool groupModified = false)
파라미터
타입 | 이름 | 설명 |
---|---|---|
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. |
bool | groupModified | If true, the group asset will be marked as dirty. |