docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method CanBuildData

    CanBuildData<T>()

    Used to determine if this builder is capable of building a specific type of data.

    Declaration
    public virtual bool CanBuildData<T>() where T : IDataBuilderResult
    Returns
    Type Description
    bool

    True if this builder can build this data.

    Type Parameters
    Name Description
    T

    The type of data needed to be built.

    Implements
    IDataBuilder.CanBuildData<T>()
    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, September 27, 2023