docs.unity.cn
    Show / Hide Table of Contents

    Method AddDataBuilder

    AddDataBuilder(IDataBuilder, Boolean)

    Adds a data builder.

    Declaration
    public bool AddDataBuilder(IDataBuilder builder, bool postEvent = true)
    Parameters
    Type Name Description
    IDataBuilder builder

    The data builder to add.

    Boolean postEvent

    Indicates if an even should be posted to the Addressables event system for this change.

    Returns
    Type Description
    Boolean

    True if the data builder was added.

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