docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method RemoveSchema

    RemoveSchema(Type, bool)

    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.

    bool postEvent

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

    Returns
    Type Description
    bool

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

    RemoveSchema<TSchema>(bool)

    Remove a given schema from this group.

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

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

    Returns
    Type Description
    bool

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

    Type Parameters
    Name Description
    TSchema

    The schema type.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)