프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OnReload | System.Action | ||
TabFilePaths | string[] |
메소드 | 설명 | |
---|---|---|
Get ( string primaryKey ) : |
Get class by primary key: AppConfig
|
|
GetAll ( ) : IEnumerable |
foreachable enumerable: AppConfig
|
|
GetEnumerator ( ) : IEnumerator |
GetEnumerator for `MoveNext`: AppConfig
|
|
GetInstance ( ) : |
Get the singleton
|
|
ReloadAll ( ) : void |
Do reload the setting file: AppConfig, no exception when duplicate primary key
|
메소드 | 설명 | |
---|---|---|
AppConfigSettings ( ) : System.Collections |
Constructor, just reload(init) When Unity Editor mode, will watch the file modification and auto reload
|
|
_ReloadAll ( bool throwWhenDuplicatePrimaryKey ) : void |
Do reload the setting file: AppConfig
|
public static Get ( string primaryKey ) : |
||
primaryKey | string | |
리턴 |