docs.unity.cn
    Show / Hide Table of Contents

    Interface IDataBuilder

    Builds objects of type IDataBuilderResult.

    Namespace: UnityEditor.AddressableAssets.Build
    Syntax
    public interface IDataBuilder

    Properties

    Name Description
    Name

    The name of the builder, used for GUI.

    Methods

    Name Description
    BuildData<TResult>(AddressablesDataBuilderInput)

    Build the data of a specific type.

    CanBuildData<T>()

    Can this builder build the type of data requested.

    ClearCachedData()

    Clears all cached data.

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