예제 #1
0
파일: UIManager.cs 프로젝트: meamin9/cat
 public static Transform Layer(UILayer layer)
 {
     return(_root.GetChild((int)layer));
 }