UITable.Sort C# (CSharp) 메소드

Sort() 보호된 메소드

Want your own custom sorting logic? Override this function.
protected Sort ( List list ) : void
list List
리턴 void
	protected virtual void Sort (List<Transform> list) { list.Sort(SortByName); }