コード例 #1
0
 public static void UI()
 {
     AB.UI(RuntimePlatform.OSXPlayer, BuildTarget.StandaloneOSXIntel64);
 }
コード例 #2
0
 public static void UI()
 {
     AB.UI(RuntimePlatform.IPhonePlayer, BuildTarget.iOS);
 }
コード例 #3
0
 public static void UI()
 {
     AB.UI(RuntimePlatform.WindowsPlayer, BuildTarget.StandaloneWindows64);
 }
コード例 #4
0
 public static void UI()
 {
     AB.UI(RuntimePlatform.Android, BuildTarget.Android);
 }