Свойство | Тип | Описание | |
---|---|---|---|
OnReload | System.Action | ||
TabFilePaths | string[] |
Метод | Описание | |
---|---|---|
Get ( string primaryKey ) : |
Get class by primary key: Example
|
|
GetAll ( ) : IEnumerable |
foreachable enumerable: Example
|
|
GetEnumerator ( ) : IEnumerator |
GetEnumerator for `MoveNext`: Example
|
|
GetInstance ( ) : |
Get the singleton
|
|
ReloadAll ( ) : void |
Do reload the setting file: Example, no exception when duplicate primary key
|
Метод | Описание | |
---|---|---|
ExampleSettings ( ) : 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: Example
|
public static Get ( string primaryKey ) : |
||
primaryKey | string | |
Результат |
public static GetEnumerator ( ) : IEnumerator | ||
Результат | IEnumerator |
public static GetInstance ( ) : |
||
Результат |
public static System.Action OnReload | ||
Результат | System.Action |