docs.unity.cn
    Show / Hide Table of Contents

    Method SetDirty

    SetDirty(AddressableAssetSettings.ModificationEvent, Object, Boolean, Boolean)

    Marks the object as modified.

    Declaration
    public void SetDirty(AddressableAssetSettings.ModificationEvent modificationEvent, object eventData, bool postEvent, bool settingsModified = false)
    Parameters
    Type Name Description
    AddressableAssetSettings.ModificationEvent modificationEvent

    The event type that is changed.

    Object eventData

    The object data that corresponds to the event.

    Boolean postEvent

    If true, the event is propagated to callbacks.

    Boolean settingsModified

    If true, the settings asset will be marked as dirty.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use