docs.unity.cn
    Show / Hide Table of Contents

    Method RemoveDataBuilder

    RemoveDataBuilder(Int32, Boolean)

    Remove the data builder at the sprcified index.

    Declaration
    public bool RemoveDataBuilder(int index, bool postEvent = true)
    Parameters
    Type Name Description
    Int32 index

    The index to remove.

    Boolean postEvent

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

    Returns
    Type Description
    Boolean

    True if the builder was removed.

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