|
enum | Enum {
None = 0,
SendReportMsg = EZ_BIT(0),
ImpactReactions = EZ_BIT(1),
SlideReactions = EZ_BIT(2),
RollXReactions = EZ_BIT(3),
RollYReactions = EZ_BIT(4),
RollZReactions = EZ_BIT(5),
AllRollReactions = RollXReactions | RollYReactions | RollZReactions,
SlideAndRollReactions = AllRollReactions | SlideReactions,
AllReactions = ImpactReactions | AllRollReactions | SlideReactions,
Default = None
} |
|
using | StorageType = ezUInt32 |
|
The documentation for this struct was generated from the following file:
- /home/runner/work/ezEngine/ezEngine/Code/EnginePlugins/PhysXPlugin/PhysXInterface.h