#include "foundation/PxFlags.h"+

+

+Go to the source code of this file.
Classes | |
| struct | PxClientBehaviorFlag |
| Behavior bit flags for simulation clients. More... | |
| struct | PxActorClientBehaviorFlag |
| Multiclient behavior bit flags for actors. More... | |
Typedefs | |
| typedef PxU8 | PxClientID |
| An ID to identify different clients for multiclient support. | |
| typedef PX_DEPRECATED PxFlags +< PxClientBehaviorFlag::Enum, +PxU8 > | PxClientBehaviorFlags |
| Bitfield that contains a set of raised flags defined in PxClientBehaviorFlag. | |
| typedef PX_DEPRECATED PxFlags +< PxActorClientBehaviorFlag::Enum, +PxU8 > | PxActorClientBehaviorFlags |
| Bitfield that contains a set of raised flags defined in PxActorClientBehaviorFlag. | |
Variables | |
| static const PxClientID | PX_DEFAULT_CLIENT = 0 |
| The predefined default PxClientID value. | |
| static const PxClientID | PX_MAX_CLIENTS = 128 |
| The maximum number of clients we support. | |
| typedef PX_DEPRECATED PxFlags<PxActorClientBehaviorFlag::Enum, PxU8> PxActorClientBehaviorFlags | +
+Bitfield that contains a set of raised flags defined in PxActorClientBehaviorFlag. +
+
| typedef PX_DEPRECATED PxFlags<PxClientBehaviorFlag::Enum, PxU8> PxClientBehaviorFlags | +
+Bitfield that contains a set of raised flags defined in PxClientBehaviorFlag. +
+
| typedef PxU8 PxClientID | +
+An ID to identify different clients for multiclient support. +
+
+
const PxClientID PX_DEFAULT_CLIENT = 0 [static] |
+
const PxClientID PX_MAX_CLIENTS = 128 [static] |
+
+