C# 클래스 UnityEditor.EditorPrefs

Stores and accesses Unity editor preferences.

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

비공개 메소드들

메소드 설명
DeleteAll ( ) : void
DeleteKey ( string key ) : void
GetBool ( string key ) : bool
GetBool ( string key, [ defaultValue ) : bool
GetFloat ( string key ) : float
GetFloat ( string key, [ defaultValue ) : float
GetInt ( string key ) : int
GetInt ( string key, [ defaultValue ) : int
GetString ( string key ) : string
GetString ( string key, [ defaultValue ) : string
HasKey ( string key ) : bool
SetBool ( string key, bool value ) : void
SetFloat ( string key, float value ) : void
SetInt ( string key, int value ) : void
SetString ( string key, string value ) : void