C# Class UnityEditor.Web.WebViewEditorWindowTabs

Inheritance: WebViewEditorWindow, IHasCustomMenu, ISerializationCallbackReceiver
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Свойство Type Description
m_GlobalObject object

Private Properties

Свойство Type Description
FindWebView bool
MakeUrlKey string
RegisterWebviewUrl void

Méthodes publiques

Méthode Description
GetWebViewFromURL ( string url ) : WebView
Init ( ) : void
OnAfterDeserialize ( ) : void
OnBeforeSerialize ( ) : void
OnDestroy ( ) : void
OnInitScripting ( ) : void

Méthodes protégées

Méthode Description
InitWebView ( Rect webViewRect ) : void
LoadPage ( ) : void
UnregisterWebviewUrl ( string webViewUrl ) : void
WebViewEditorWindowTabs ( ) : System

Private Methods

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

Method Details

GetWebViewFromURL() public méthode

public GetWebViewFromURL ( string url ) : WebView
url string
Résultat UnityEditor.WebView

Init() public méthode

public Init ( ) : void
Résultat void

InitWebView() protected méthode

protected InitWebView ( Rect webViewRect ) : void
webViewRect UnityEngine.Rect
Résultat void

LoadPage() protected méthode

protected LoadPage ( ) : void
Résultat void

OnAfterDeserialize() public méthode

public OnAfterDeserialize ( ) : void
Résultat void

OnBeforeSerialize() public méthode

public OnBeforeSerialize ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnInitScripting() public méthode

public OnInitScripting ( ) : void
Résultat void

UnregisterWebviewUrl() protected méthode

protected UnregisterWebviewUrl ( string webViewUrl ) : void
webViewUrl string
Résultat void

WebViewEditorWindowTabs() protected méthode

protected WebViewEditorWindowTabs ( ) : System
Résultat System

Property Details

m_GlobalObject protected_oe property

protected object m_GlobalObject
Résultat object