C# 클래스 UnityEditor.Android.AndroidKeystoreWindow

상속: EditorWindow
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
GetAvailableKeys ( string keystore, string storepass ) : string[]
OnGUI ( ) : void
ShowAndroidKeystoreWindow ( string company, string keystore, string storepass ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

GetAvailableKeys() 공개 정적인 메소드

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

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

ShowAndroidKeystoreWindow() 공개 정적인 메소드

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