BoxGeometry
ecs.BoxGeometry
Description
The BoxGeometry component defines the geometry of an entity.
Functions
See component schema.
Schema
Property | Type | Description |
---|---|---|
width | number | Width (in meters) of the sides on the X axis. |
height | number | Height (in meters) of the sides on the Y axis. |
depth | number | Depth (in meters) of the sides on the Z axis. |