UITable.SortByName C# (CSharp) Méthode

SortByName() static protected méthode

Function that sorts items by name.
static protected SortByName ( Transform a, Transform b ) : int
a Transform
b Transform
Résultat int
	static protected int SortByName (Transform a, Transform b) { return string.Compare(a.name, b.name); }