コード例 #1
0
 void onWindowSurfaceReady()
 {
     if (Mibo.onWindowSurfaceReady != null)
     {
         Mibo.onWindowSurfaceReady();
     }
 }