Exposes the SceneObjectTypeMasks as an enum type, allowing it to be utilized in inspectors.

Updated Trigger triggeredBy field to utilize new enum type for editing
Updated MaterialDefinition's animFlags field to utilize appropriate enum type for editing
Fixed image reference in bitmask inspectorField type to use correct image asset name
This commit is contained in:
Areloch 2024-05-04 09:56:04 -05:00
parent 67b052a192
commit b77911bdcd
5 changed files with 43 additions and 6 deletions

View file

@ -40,6 +40,7 @@
#ifndef _TAML_CALLBACKS_H_
#include "persistence/taml/tamlCallbacks.h"
#endif
#include "T3D/objectTypes.h"
class Stream;
class LightManager;
@ -1009,6 +1010,8 @@ public:
virtual void reloadReset() { }
};
typedef SceneObjectTypes GameTypeMasksType;
DefineBitfieldType(GameTypeMasksType);
/// Smart SimObject pointer.
///