UxrComponent<T>.SortComponents Method

Sorts the internal list of components. This is useful if iterating over the components requires a certain order.

Namespace: UltimateXR.Core.Components
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

public static void SortComponents(
	Comparison<T> comparison
)

Parameters

 

comparison
Type: System.Comparison(T)
Comparison to use for sorting

See Also

Reference

UxrComponent<T> Class
UltimateXR.Core.Components Namespace