motionState : number
The type of motion this body has. Should be one of: Body.STATIC (the body does not move), Body.DYNAMIC (body can move and respond to collisions) and Body.KINEMATIC (only moves according to its .velocity).
- Source code: physics/p2/Body.js (Line 1799)
Please login to continue.