コード例 #1
0
 public static void ShowLoginViewWithType(int type)
 {
     if (Application.platform != RuntimePlatform.OSXEditor && Application.platform != RuntimePlatform.WindowsEditor)
     {
         JoyYouNativeInterface.U3D_showLoginViewWithType(type);
     }
     else
     {
         JoyYouInterfaceSimulator.ShowLoginViewWithType(type);
     }
 }