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