C# Class GameDevWare.Charon.Windows.WebViewEditorWindow

Inheritance: EditorWindow
Datei anzeigen Open project: deniszykov/charon-unity3d

Protected Methods

Method Description
LoadUrl ( string url ) : void
OnBecameInvisible ( ) : void
OnDestroy ( ) : void
OnFocus ( ) : void
OnGUI ( ) : void
OnLostFocus ( ) : void
Reload ( ) : void
SetFocus ( bool focused ) : void
SetWebViewVisibility ( bool visible ) : void
WebViewEditorWindow ( ) : System.Reflection

Method Details

LoadUrl() protected method

protected LoadUrl ( string url ) : void
url string
return void

OnBecameInvisible() protected method

protected OnBecameInvisible ( ) : void
return void

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnFocus() protected method

protected OnFocus ( ) : void
return void

OnGUI() protected method

protected OnGUI ( ) : void
return void

OnLostFocus() protected method

protected OnLostFocus ( ) : void
return void

Reload() protected method

protected Reload ( ) : void
return void

SetFocus() protected method

protected SetFocus ( bool focused ) : void
focused bool
return void

SetWebViewVisibility() protected method

protected SetWebViewVisibility ( bool visible ) : void
visible bool
return void

WebViewEditorWindow() protected method

protected WebViewEditorWindow ( ) : System.Reflection
return System.Reflection