NewBody
api.physics.NewBody(shape, mass)
Creates a new body object for simulating physics.
Parameters:
Name
Type
Description
shape
Shape
The shape of the body's collision boundaries.
mass
float
Dictates the effectiveness of forces applied by the body and against it.
Returns:
Type
Description
Body
A collidable body for physics calculations.
Example:
Create a new box-shaped body, assign it to this entity, and apply a force to it each update.
Last updated