docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetSharedValueIndexCountArray

    GetSharedValueIndexCountArray()

    Array of number of occurrences of all shared values. For example, given source array: [A,A,A,B,B,C,C,A,B] shared values are: [A,B,C] Shared value counts: [4,3,2] (number of occurrences of a shared value)

    Declaration
    public NativeArray<int> GetSharedValueIndexCountArray()
    Returns
    Type Description
    NativeArray<int>

    Count NativeArray where each element refers to the number of occurrences of each shared value.

    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)