Integrates sound and shapeAnimation assets into the importer

Added drag-n-drop spawn action for soundAssets
This commit is contained in:
Areloch 2020-08-24 20:24:50 -05:00
parent 20479cd818
commit 1942535923
6 changed files with 279 additions and 13 deletions

View file

@ -63,7 +63,7 @@ public:
/// Declare Console Object.
DECLARE_CONOBJECT(SoundAsset);
void setSoundFile(const char* pScriptFile);
void setSoundFile(const char* pSoundFile);
inline StringTableEntry getSoundFile(void) const { return mSoundFile; };
inline StringTableEntry getSoundPath(void) const { return mSoundPath; };