Methods

body:

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.

None

radius: float

Get the radius of a Body. Errors if the Body is not a Sphere.

Last updated