Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | OnBeforeSerialize () |
void | OnAfterDeserialize () |
ExcelBookImportSetting | GetBook (string id) |
ExcelBookImportSetting | GetOrCreateBook (string id) |
Public Attributes | |
string | pathEditor = "Assets/Plugins/Essential/DB/Editor/" |
string | exportPath = "Assets/Resources/Data/" |
string | assembly = "Plugins.BaseCore" |
List< string > | pathRawImport |
List< ExcelBookImportSetting > | books |
Static Public Attributes | |
static CustomAssetManager | Instance |
Private Member Functions | |
void | Awake () |
Definition at line 4 of file CustomAssetManager.cs.
|
inlineprivate |
|
inline |
Definition at line 33 of file CustomAssetManager.cs.
Referenced by GetOrCreateBook().
|
inline |
Definition at line 45 of file CustomAssetManager.cs.
|
inline |
Definition at line 28 of file CustomAssetManager.cs.
References Instance.
|
inline |
Definition at line 23 of file CustomAssetManager.cs.
References Instance.
string CustomAssetManager.assembly = "Plugins.BaseCore" |
Definition at line 12 of file CustomAssetManager.cs.
List<ExcelBookImportSetting> CustomAssetManager.books |
Definition at line 16 of file CustomAssetManager.cs.
Referenced by GetBook(), and GetOrCreateBook().
string CustomAssetManager.exportPath = "Assets/Resources/Data/" |
Definition at line 10 of file CustomAssetManager.cs.
|
static |
Definition at line 6 of file CustomAssetManager.cs.
Referenced by Awake(), OnAfterDeserialize(), and OnBeforeSerialize().
string CustomAssetManager.pathEditor = "Assets/Plugins/Essential/DB/Editor/" |
Definition at line 8 of file CustomAssetManager.cs.
List<string> CustomAssetManager.pathRawImport |
Definition at line 14 of file CustomAssetManager.cs.