Method b3Body_SetMotionLocks
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Body_SetMotionLocks(b3BodyId, b3MotionLocks)
Set the motion locks on this body.
public static extern void b3Body_SetMotionLocks(b3BodyId bodyId, b3MotionLocks locks)Parameters
bodyIdb3BodyId-
See the Box3D documentation.
locksb3MotionLocks-
See the Box3D documentation.