Beispiel #1
0
 /// <summary>
 /// Determines whether this webview can go forward.
 /// </summary>
 /// <returns><c>true</c> if this instance can go forward, which means the user did at least once back;
 /// otherwise, <c>false</c>.</returns>
 public bool CanGoForward()
 {
     return(UniWebViewPlugin.CanGoForward(gameObject.name));
 }
Beispiel #2
0
 public bool CanGoForward()
 {
     return(UniWebViewPlugin.CanGoForward(((Object)((Component)this).get_gameObject()).get_name()));
 }