프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Md5Hashed | bool | ||
Password | string | ||
Question | string | ||
SaveLastPassword | bool |
메소드 | 설명 | |
---|---|---|
Hash ( string str ) : string | ||
OnGUI ( ) : void | ||
RegisterHashedToConsole ( string md5, string question = null ) : JBPasswordEntry, | ||
RegisterToConsole ( string password, string question = null ) : JBPasswordEntry, | ||
SetSavedPassword ( string v ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
메소드 | 설명 | |
---|---|---|
GetSavedPassword ( ) : string | ||
OnVisiblityChanged ( ) : void |
public static RegisterHashedToConsole ( string md5, string question = null ) : JBPasswordEntry, | ||
md5 | string | |
question | string | |
리턴 | JBPasswordEntry, |
public static RegisterToConsole ( string password, string question = null ) : JBPasswordEntry, | ||
password | string | |
question | string | |
리턴 | JBPasswordEntry, |