docs.unity3d.com
    Show / Hide Table of Contents

    Method RemoveSchema

    RemoveSchema(Type, Boolean)

    Remove a given schema from this group.

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

    The schema type.

    Boolean postEvent

    Determines if this method call will post an event to the internal addressables event system

    Returns
    Type Description
    Boolean

    True if the schema was found and removed, false otherwise.

    RemoveSchema<TSchema>(Boolean)

    Remove a given schema from this group.

    Declaration
    public bool RemoveSchema<TSchema>(bool postEvent = true)
    Parameters
    Type Name Description
    Boolean postEvent

    Determines if this method call will post an event to the internal addressables event system

    Returns
    Type Description
    Boolean

    True if the schema was found and removed, false otherwise.

    Type Parameters
    Name Description
    TSchema

    The schema type.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023