docs.unity.cn
    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.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use