mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Implements support of autoloaded assets.
This commit is contained in:
parent
6479c7592a
commit
950723eb51
5 changed files with 184 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ public:
|
|||
bool removeDeclaredAssets( ModuleDefinition* pModuleDefinition );
|
||||
bool removeDeclaredAsset( const char* pAssetId );
|
||||
bool renameDeclaredAsset( const char* pAssetIdFrom, const char* pAssetIdTo );
|
||||
bool loadModuleAutoLoadAssets(ModuleDefinition* pModuleDefinition);
|
||||
StringTableEntry getAssetName( const char* pAssetId );
|
||||
StringTableEntry getAssetDescription( const char* pAssetId );
|
||||
StringTableEntry getAssetCategory( const char* pAssetId );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue