Body
Body body
Fields
Field
Type
Description
Vector
The current velocity of the physics body, for how fast it is moving in an XYZ direction.
Methods
Method
Parameters
Returns
Description
force: vector
None
Apply a one time XYZ force to a physics body. It is applied on the next update.
None
width: float
length: float
depth: float
Get the dimensions of a box shaped Body. Errors if the Body is not a Box.
Last updated