コード例 #1
0
ファイル: UIManager.cs プロジェクト: meamin9/cat
 public static Transform Layer(UILayer layer)
 {
     return(_root.GetChild((int)layer));
 }