프로퍼티 | 타입 | 설명 | |
---|---|---|---|
HawkeyeStoreKey | string |
프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
GetHawkeyeStore ( ) : ISettingsStore | ||
GetStore ( string key ) : ISettingsStore | ||
Initialize ( string filename = "" ) : void |
Initializes the Settings manager with the specified filename.
|
|
Save ( ) : void |
public static GetStore ( string key ) : ISettingsStore | ||
key | string | |
리턴 | ISettingsStore |
public static Initialize ( string filename = "" ) : void | ||
filename | string | The Settings file name (optional). |
리턴 | void |