메소드 | 설명 | |
---|---|---|
GetTableFile ( string path, bool useCache = false ) : TableFile |
通过SettingModule拥有缓存与惰式加载
|
메소드 | 설명 | |
---|---|---|
LoadSetting ( string path ) : string |
You can custom method to load file.
|
public GetTableFile ( string path, bool useCache = false ) : TableFile | ||
path | string | |
useCache | bool | 是否缓存起来?还是单独创建新的 |
리턴 | TableFile |
protected abstract LoadSetting ( string path ) : string | ||
path | string | |
리턴 | string |