Open Dev Kit Documentation :: Game :: Physics Type
Game.PhysicsTypeTypes of physics behaviors
Constants
- Disabled (
Disabled
) - Not registered with physics
- Static (
Static
) - Takes part in physics but does not move
- Controlled (
Controlled
) - User-controlled velocity and moved by forces (also called Kinematic)
- Dynamic (
Dynamic
) - Only moved by forces
If you think anything is missing, please feel free to: submit documentation feedback on this page