MetaAssetList<TAsset, TMeta>.

GetSortedIndices(int[], IComparer<TMeta>) Method

Summary

Outputs an array of indicies indicating the sorted order of items in this list based on the `comparer`.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
MetaAssetList<TAsset, TMeta>

Syntax

public void GetSortedIndices(ref int[] indices, IComparer<TMeta> comparer)

Parameters

Name Type Description
indices int[]
comparer IComparer<TMeta>

Return Value

Type Description
void