C# Class UnityEditor.WebView

Inheritance: UnityEngine.ScriptableObject
显示文件 Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
OnDestroy ( ) : void

Private Methods

Method Description
AllowRightClickMenu ( bool allowRightClickMenu ) : void
Back ( ) : void
DefineScriptObject ( string path, ScriptableObject obj ) : bool
DestroyWebView ( ) : void
ExecuteJavascript ( string scriptCode ) : void
Forward ( ) : void
HasApplicationFocus ( ) : bool
Hide ( ) : void
InitWebView ( GUIView host, int x, int y, int width, int height, bool showResizeHandle ) : void
IntPtrIsNull ( ) : bool
LoadFile ( string path ) : void
LoadURL ( string url ) : void
OnDomainReload ( ) : void
Reload ( ) : void
SendOnEvent ( string jsonStr ) : void
SetApplicationFocus ( bool applicationFocus ) : void
SetDelegateObject ( ScriptableObject value ) : void
SetFocus ( bool value ) : void
SetHostView ( GUIView view ) : void
SetSizeAndPosition ( int x, int y, int width, int height ) : void
Show ( ) : void
ShowDevTools ( ) : void
ToggleMaximize ( ) : void

Method Details

OnDestroy() public method

public OnDestroy ( ) : void
return void