docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method SetDataPointNoSort

    SetDataPointNoSort(int, DataPoint<T>)

    Set the data for a DataPoint<TDataType> at an index.

    Declaration
    public void SetDataPointNoSort(int index, DataPoint<T> value)
    Parameters
    Type Name Description
    int index

    The DataPoint index.

    DataPoint<T> value

    The value to set.

    Remarks

    Use this method as an altenative to SetDataPoint(int, DataPoint<T>) when manual control over DataPoint sorting and the Changed callback is required. See also SortIfNecessary().

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)