Table of Contents

Method Sort

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Sort(Transform, Func<Transform, IComparable>)

public static void Sort(this Transform transform, Func<Transform, IComparable> sortFunction)

Parameters

transform Transform
sortFunction Func<Transform, IComparable>