mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
Merge pull request #317 from Areloch/ShapeBaseDataAssetify
Implements hook-look-up logic for shape assets to ShapeBaseData including autoimport handling
This commit is contained in:
commit
6441ecd941
3 changed files with 44 additions and 6 deletions
|
|
@ -67,6 +67,10 @@
|
|||
#include "console/dynamicTypes.h"
|
||||
#endif
|
||||
|
||||
#ifndef SHAPEASSET_H
|
||||
#include "T3D/assets/ShapeAsset.h"
|
||||
#endif
|
||||
|
||||
// Need full definition visible for SimObjectPtr<ParticleEmitter>
|
||||
#include "T3D/fx/particleEmitter.h"
|
||||
|
||||
|
|
@ -536,6 +540,10 @@ public:
|
|||
|
||||
|
||||
StringTableEntry shapeName;
|
||||
|
||||
AssetPtr<ShapeAsset> shapeAsset;
|
||||
StringTableEntry shapeAssetId;
|
||||
|
||||
StringTableEntry cloakTexName;
|
||||
|
||||
String cubeDescName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue