Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
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...