C# Class GameDevWare.Charon.Windows.LicenseActivationWindow

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

Public Methods

Method Description
LicenseActivationWindow ( ) : System
ShowAsync ( bool autoClose = true ) : Promise

Protected Methods

Method Description
OnGUI ( ) : void

Private Methods

Method Description
OnDestroy ( ) : void
OnLicensesAcquired ( Promise getLicensePromise ) : void
RaiseCancel ( ) : void
RaiseDone ( ) : void
SignIn ( ) : void
SignUp ( ) : void

Method Details

LicenseActivationWindow() public method

public LicenseActivationWindow ( ) : System
return System

OnGUI() protected method

protected OnGUI ( ) : void
return void

ShowAsync() public static method

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