NewBoxShape
api.physics.NewBoxShape(width, length, depth)
Creates a new box shape, to act as collision boundaries.
Parameters:
Name
Type
Description
width
float
The world measurement of the box along the X axis.
length
float
The world measurement of the box along the Y axis.
depth
float
The world measurement of the box along the Z axis.
Returns:
Type
Description
Shape
A box-shaped collision boundary.
Example:
Create a physics body with collision boundaries in the shape of a box, and assigns it to this entity.
Last updated