C# Class UnityEditor.AssetStoreWindow

Inheritance: EditorWindow, IHasCustomMenu
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Méthode Description
AddItemsToMenu ( GenericMenu menu ) : void
Init ( ) : AssetStoreWindow
Logout ( ) : void
OnBecameInvisible ( ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnDownloadProgress ( string id, string message, ulong bytes, ulong total ) : void
OnEnable ( ) : void
OnFocus ( ) : void
OnGUI ( ) : void
OnInitScripting ( ) : void
OnLoadError ( string url ) : void
OnLostFocus ( ) : void
OnOpenExternalLink ( string url ) : void
OpenURL ( string url ) : void
Refresh ( ) : void
Reload ( ) : void
UpdateDockStatusIfNeeded ( ) : void

Private Methods

Méthode Description
CreateScriptObject ( ) : void
InitWebView ( Rect webViewRect ) : void
InvokeJSMethod ( string objectName, string name ) : void
SetFocus ( bool value ) : void
SetMinMaxSizes ( ) : void
SetScriptObject ( ) : void

Method Details

AddItemsToMenu() public méthode

public AddItemsToMenu ( GenericMenu menu ) : void
menu GenericMenu
Résultat void

Init() public static méthode

public static Init ( ) : AssetStoreWindow
Résultat AssetStoreWindow

Logout() public méthode

public Logout ( ) : void
Résultat void

OnBecameInvisible() public méthode

public OnBecameInvisible ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnDownloadProgress() public méthode

public OnDownloadProgress ( string id, string message, ulong bytes, ulong total ) : void
id string
message string
bytes ulong
total ulong
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnFocus() public méthode

public OnFocus ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnInitScripting() public méthode

public OnInitScripting ( ) : void
Résultat void

OnLoadError() public méthode

public OnLoadError ( string url ) : void
url string
Résultat void

OnLostFocus() public méthode

public OnLostFocus ( ) : void
Résultat void

OnOpenExternalLink() public méthode

public OnOpenExternalLink ( string url ) : void
url string
Résultat void

OpenURL() public static méthode

public static OpenURL ( string url ) : void
url string
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Reload() public méthode

public Reload ( ) : void
Résultat void

UpdateDockStatusIfNeeded() public méthode

public UpdateDockStatusIfNeeded ( ) : void
Résultat void