C# Class UnityEditor.Android.AndroidKeystoreWindow

Inheritance: EditorWindow
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
GetAvailableKeys ( string keystore, string storepass ) : string[]
OnGUI ( ) : void
ShowAndroidKeystoreWindow ( string company, string keystore, string storepass ) : void

Private Methods

Méthode Description
CreateKey ( string keystore, string storepass ) : bool
GetRect ( ) : Rect
IntInput ( string label, int &value ) : void
PasswordInput ( string label, string &value ) : void
TextInput ( string label, string &value ) : void
escapeDName ( string value ) : string

Method Details

GetAvailableKeys() public static méthode

public static GetAvailableKeys ( string keystore, string storepass ) : string[]
keystore string
storepass string
Résultat string[]

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

ShowAndroidKeystoreWindow() public static méthode

public static ShowAndroidKeystoreWindow ( string company, string keystore, string storepass ) : void
company string
keystore string
storepass string
Résultat void