body:
ApplyForce
force: vector
None
Apply a one time XYZ force to a physics body. It is applied on the next update.
GetBoxDimensions
width: float length: float depth: float
width: float
length: float
depth: float
Get the dimensions of a box shaped Body. Errors if the Body is not a Box.
GetRadius
radius: float
Get the radius of a Body. Errors if the Body is not a Sphere.
Last updated 5 months ago