UITable.SortByName C# (CSharp) 메소드

SortByName() 정적인 보호된 메소드

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