docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method HasSchema

    HasSchema<TSchema>()

    Checks if the group contains a schema of a given type.

    Declaration
    public bool HasSchema<TSchema>()
    Returns
    Type Description
    bool

    True if the schema type or subclass has been added to this group.

    Type Parameters
    Name Description
    TSchema

    The schema type.

    HasSchema(Type)

    Checks if the group contains a schema of a given type.

    Declaration
    public bool HasSchema(Type type)
    Parameters
    Type Name Description
    Type type

    The schema type.

    Returns
    Type Description
    bool

    True if the schema type or subclass has been added to this group.

    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)