C# 클래스 PlayerPrefsBool, Team4BabelGame

상속: MonoBehaviour
파일 보기 프로젝트 열기: veselin-/Team4BabelGame 1 사용 예제들

공개 메소드들

메소드 설명
GetBool ( string name ) : bool
SetBool ( string name, bool booleanValue ) : void

메소드 상세

GetBool() 공개 정적인 메소드

public static GetBool ( string name ) : bool
name string
리턴 bool

SetBool() 공개 정적인 메소드

public static SetBool ( string name, bool booleanValue ) : void
name string
booleanValue bool
리턴 void