コード例 #1
0
    // Update is called once per frame
    void Update()
    {
#if UNITY_ANDROID
        PluginsDemoAndroidGUI.Update();
#endif
#if UNITY_IPHONE
        PluginsDemoIosGUI.Update();
#endif
    }
コード例 #2
0
 // Update is called once per frame
 void Update()
 {
     PluginsDemoAndroidGUI.Update();
 }