api.physics
NewBoxShape
width: float length: float depth: float
width: float
length: float
depth: float
Box
An axis-aligned bounding box.
NewSphereShape
radius: float
Sphere
A spherical collision boundary.
NewBody
shape: Shape mass: float
shape:
Shape
mass: float
Body
Create a physics body with a shape and mass capable of collisions.
Last updated 7 months ago