Method GetSortedIndices
GetSortedIndices()
Indices into source NativeArray sorted by value
Declaration
public NativeArray<int> GetSortedIndices()
Returns
Type | Description |
---|---|
NativeArray<Int32> | Index NativeArray where each element refers to an element in the source NativeArray |