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