コード例 #1
0
 internal static void ShowPanel <T>() where T : UIPanel
 {
     UIKit.ShowPanel <T>();
 }
コード例 #2
0
 public static void ShowPanel(string panelName)
 {
     UIKit.ShowPanel(panelName);
 }