C# Class GameDevWare.Charon.Windows.LicenseActivationWindow

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnGUI ( ) : void

Private Methods

Méthode Description
OnDestroy ( ) : void
OnLicensesAcquired ( Promise getLicensePromise ) : void
RaiseCancel ( ) : void
RaiseDone ( ) : void
SignIn ( ) : void
SignUp ( ) : void

Method Details

LicenseActivationWindow() public méthode

public LicenseActivationWindow ( ) : System
Résultat System

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