#define JPH_NAMESPACE_END
Definition Core.h:379
std::uint32_t uint32
Definition Core.h:456
#define JPH_NAMESPACE_BEGIN
Definition Core.h:373
EPhysicsUpdateError
Enum used by PhysicsSystem to report error conditions during the PhysicsSystem::Update call....
Definition EPhysicsUpdateError.h:11
@ BodyPairCacheFull
The body pair cache is full, this means that too many bodies contacted. Some contacts were ignored....
@ ContactConstraintsFull
The contact constraints buffer is full. Some contacts were ignored. Increase inMaxContactConstraints ...
@ ManifoldCacheFull
The manifold cache is full, this means that the total number of contacts between bodies is too high....
EPhysicsUpdateError operator|(EPhysicsUpdateError inA, EPhysicsUpdateError inB)
OR operator for EPhysicsUpdateError.
Definition EPhysicsUpdateError.h:19
EPhysicsUpdateError operator|=(EPhysicsUpdateError &ioA, EPhysicsUpdateError inB)
OR operator for EPhysicsUpdateError.
Definition EPhysicsUpdateError.h:25
EPhysicsUpdateError operator&(EPhysicsUpdateError inA, EPhysicsUpdateError inB)
AND operator for EPhysicsUpdateError.
Definition EPhysicsUpdateError.h:32