C# Class GameDevWare.Charon.Windows.UpdateRuntimeWindow

Inheritance: EditorWindow
Show file Open project: deniszykov/charon-unity3d Class Usage Examples

Public Methods

Method Description
ShowAsync ( bool autoClose = true ) : Promise

Protected Methods

Method Description
OnGUI ( ) : void

Private Methods

Method 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 method

protected OnGUI ( ) : void
return void

ShowAsync() public static method

public static ShowAsync ( bool autoClose = true ) : Promise
autoClose bool
return Promise