Jolt Physics
A multi core friendly Game Physics Engine
|
Specialization that locks multiple bodies for writing to. More...
#include <BodyLockMulti.h>
Additional Inherited Members | |
Public Types inherited from BodyLockMultiBase< true, Body > | |
using | MutexMask = BodyLockInterface::MutexMask |
Redefine MutexMask. More... | |
Public Member Functions inherited from BodyLockMultiBase< true, Body > | |
BodyLockMultiBase (const BodyLockInterface &inBodyLockInterface, const BodyID *inBodyIDs, int inNumber) | |
Constructor will lock the bodies. More... | |
~BodyLockMultiBase () | |
Destructor will unlock the bodies. More... | |
Body * | GetBody (int inBodyIndex) const |
Access the body (returns null if body was not properly locked) More... | |
Public Member Functions inherited from NonCopyable | |
NonCopyable ()=default | |
NonCopyable (const NonCopyable &)=delete | |
void | operator= (const NonCopyable &)=delete |
Specialization that locks multiple bodies for writing to.