docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetSchema

    GetSchema<TSchema>()

    Gets an added schema of the specified type.

    Declaration
    public TSchema GetSchema<TSchema>() where TSchema : AddressableAssetGroupSchema
    Returns
    Type Description
    TSchema

    The schema if found, otherwise null.

    Type Parameters
    Name Description
    TSchema

    The schema type.

    GetSchema(Type)

    Gets an added schema of the specified type.

    Declaration
    public AddressableAssetGroupSchema GetSchema(Type type)
    Parameters
    Type Name Description
    Type type

    The schema type.

    Returns
    Type Description
    AddressableAssetGroupSchema

    The schema if found, otherwise null.

    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)