C# Class GameDevWare.Charon.Windows.UpdateRuntimeWindow

Inheritance: EditorWindow
Afficher le fichier Open project: deniszykov/charon-unity3d Class Usage Examples

Méthodes publiques

Méthode Description
ShowAsync ( bool autoClose = true ) : Promise

Méthodes protégées

Méthode Description
OnGUI ( ) : void

Private Methods

Méthode Description
CheckRuntimeVersionAsync ( ) : IEnumerable
OnDestroy ( ) : void
RaiseCancel ( ) : void
RaiseDone ( string monoRuntimePath ) : void
RunCheck ( ) : void
UpdateRuntimeVersionLabel ( string version, string runtime, bool isValid ) : void
UpdateRuntimeWindow ( ) : System

Method Details

OnGUI() protected méthode

protected OnGUI ( ) : void
Résultat void

ShowAsync() public static méthode

public static ShowAsync ( bool autoClose = true ) : Promise
autoClose bool
Résultat Promise