15 #ifndef PHYSXFORCEFIELDSHAPEGROUPDESC_H
16 #define PHYSXFORCEFIELDSHAPEGROUPDESC_H
18 #include "pandabase.h"
20 #include "physxEnums.h"
21 #include "physx_includes.h"
33 INLINE ~PhysxForceFieldShapeGroupDesc();
35 INLINE
void set_to_default();
36 INLINE
bool is_valid()
const;
40 void set_name(
const char *name);
41 void set_flag(PhysxForceFieldShapeGroupFlag flag,
bool value);
43 const char *get_name()
const;
44 bool get_flag(PhysxForceFieldShapeGroupFlag flag)
const;
47 NxForceFieldShapeGroupDesc _desc;
53 #include "physxForceFieldShapeGroupDesc.I"
55 #endif // PHYSXFORCEFIELDSHAPEGROUPDESC_H
Abstract base class for descriptors for force field shapes descriptors.
This class exists just to provide scoping for the enums shared by PhysX classes.