Ejemplo n.º 1
0
 /// <summary>
 /// Set to load with overview mode or not.
 /// </summary>
 /// <param name="overview">
 /// If set to <c>true</c>, use overview mode to load the page.
 /// </param>
 /// <description>
 /// This method only works for Android. If you need to load your page with overview mode, you may
 /// want to enable it before you loading and showing your page.
 /// </description>
 public void LoadWithOverviewMode(bool overview)
 {
     #if UNITY_ANDROID && !UNITY_EDITOR
     UniWebViewPlugin.LoadWithOverviewMode(gameObject.name, overview);
     #endif
 }