C# Class UnityEditor.Web.WebViewEditorWindowTabs

Inheritance: WebViewEditorWindow, IHasCustomMenu, ISerializationCallbackReceiver
Mostrar archivo Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Property Type Description
m_GlobalObject object

Private Properties

Property Type Description
FindWebView bool
MakeUrlKey string
RegisterWebviewUrl void

Public Methods

Method Description
GetWebViewFromURL ( string url ) : WebView
Init ( ) : void
OnAfterDeserialize ( ) : void
OnBeforeSerialize ( ) : void
OnDestroy ( ) : void
OnInitScripting ( ) : void

Protected Methods

Method Description
InitWebView ( Rect webViewRect ) : void
LoadPage ( ) : void
UnregisterWebviewUrl ( string webViewUrl ) : void
WebViewEditorWindowTabs ( ) : System

Private Methods

Method Description
FindWebView ( string webViewUrl, WebView &webView ) : bool
MakeUrlKey ( string webViewUrl ) : string
RegisterWebviewUrl ( string webViewUrl, WebView view ) : void

Method Details

GetWebViewFromURL() public method

public GetWebViewFromURL ( string url ) : WebView
url string
return UnityEditor.WebView

Init() public method

public Init ( ) : void
return void

InitWebView() protected method

protected InitWebView ( Rect webViewRect ) : void
webViewRect UnityEngine.Rect
return void

LoadPage() protected method

protected LoadPage ( ) : void
return void

OnAfterDeserialize() public method

public OnAfterDeserialize ( ) : void
return void

OnBeforeSerialize() public method

public OnBeforeSerialize ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnInitScripting() public method

public OnInitScripting ( ) : void
return void

UnregisterWebviewUrl() protected method

protected UnregisterWebviewUrl ( string webViewUrl ) : void
webViewUrl string
return void

WebViewEditorWindowTabs() protected method

protected WebViewEditorWindowTabs ( ) : System
return System

Property Details

m_GlobalObject protected_oe property

protected object m_GlobalObject
return object