Loading [MathJax]/extensions/tex2jax.js
Jolt Physics
A multi core friendly Game Physics Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BodyLockInterface.h File Reference

Go to the source code of this file.

Classes

class  BodyLockInterface
 Base class interface for locking a body. Usually you will use BodyLockRead / BodyLockWrite / BodyLockMultiRead / BodyLockMultiWrite instead. More...
 
class  BodyLockInterfaceNoLock
 Implementation that performs no locking (assumes the lock has already been taken) More...
 
class  BodyLockInterfaceLocking
 Implementation that uses the body manager to lock the correct mutex for a body. More...