C# 클래스 JBPasswordEntry, unity-JBConsole

상속: MonoBehaviour
파일 보기 프로젝트 열기: spaceapegames/unity-JBConsole

공개 프로퍼티들

프로퍼티 타입 설명
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

메소드 상세

Hash() 공개 정적인 메소드

public static Hash ( string str ) : string
str string
리턴 string

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

RegisterHashedToConsole() 공개 정적인 메소드

public static RegisterHashedToConsole ( string md5, string question = null ) : JBPasswordEntry,
md5 string
question string
리턴 JBPasswordEntry,

RegisterToConsole() 공개 정적인 메소드

public static RegisterToConsole ( string password, string question = null ) : JBPasswordEntry,
password string
question string
리턴 JBPasswordEntry,

SetSavedPassword() 공개 메소드

public SetSavedPassword ( string v ) : void
v string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Md5Hashed 공개적으로 프로퍼티

public bool Md5Hashed
리턴 bool

Password 공개적으로 프로퍼티

public string Password
리턴 string

Question 공개적으로 프로퍼티

public string Question
리턴 string

SaveLastPassword 공개적으로 프로퍼티

public bool SaveLastPassword
리턴 bool