C# Class UnityEditor.Android.AndroidKeystoreWindow

Inheritance: EditorWindow
Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
GetAvailableKeys ( string keystore, string storepass ) : string[]
OnGUI ( ) : void
ShowAndroidKeystoreWindow ( string company, string keystore, string storepass ) : void

Private Methods

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

public static GetAvailableKeys ( string keystore, string storepass ) : string[]
keystore string
storepass string
return string[]

OnGUI() public method

public OnGUI ( ) : void
return void

ShowAndroidKeystoreWindow() public static method

public static ShowAndroidKeystoreWindow ( string company, string keystore, string storepass ) : void
company string
keystore string
storepass string
return void