Refactor old ContentLoadingManager into Content for simplicity
This commit is contained in:
@@ -362,11 +362,10 @@ public:
|
||||
API_EVENT() static Delegate<Asset*> AssetReloading;
|
||||
|
||||
private:
|
||||
static void WaitForTask(ContentLoadTask* loadingTask, double timeoutInMilliseconds);
|
||||
static void tryCallOnLoaded(Asset* asset);
|
||||
static void onAssetLoaded(Asset* asset);
|
||||
static void onAssetUnload(Asset* asset);
|
||||
static void onAssetChangeId(Asset* asset, const Guid& oldId, const Guid& newId);
|
||||
|
||||
private:
|
||||
static void deleteFileSafety(const StringView& path, const Guid& id);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user