Beispiel #1
0
 /// <summary>
 /// Prints current page.
 ///
 /// By calling this method, a native print preview panel will be brought up on iOS and Android.
 /// This method does nothing on macOS editor.
 /// On iOS and Android, the web view does not support JavaScript (window.print()),
 /// you can only initialize a print job from Unity by this method.
 /// </summary>
 public void Print()
 {
     UniWebViewInterface.Print(listener.name);
 }