docs.unity.cn
    Show / Hide Table of Contents

    Method BuildData

    BuildData<TResult>(AddressablesDataBuilderInput)

    Build the data of a specific type.

    Declaration
    TResult BuildData<TResult>(AddressablesDataBuilderInput builderInput)
        where TResult : IDataBuilderResult
    Parameters
    Type Name Description
    AddressablesDataBuilderInput builderInput

    The builderInput used to build the data.

    Returns
    Type Description
    TResult

    The built data.

    Type Parameters
    Name Description
    TResult

    The data type.

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