docs.unity.cn
    Show / Hide Table of Contents

    Method RemoveSchema

    RemoveSchema(Type, Boolean)

    Removes the AddressableAssetGroupSchema of the type from the template.

    Declaration
    public bool RemoveSchema(Type type, bool postEvent = true)
    Parameters
    Type Name Description
    Type type

    The type of AddressableAssetGroupSchema to be removed.

    Boolean postEvent

    If true, the event is propagated to callbacks.

    Returns
    Type Description
    Boolean

    If true, the type was removed successfully.

    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Thursday, December 2, 2021
    Terms of use