@relu-interactives/spatial-ecs
@relu-interactives/spatial-ecs / components / CubeMeshParameters
Type Alias: CubeMeshParameters
ts
type CubeMeshParameters = {
width: number;
height: number;
depth: number;
};Defined in: components/MeshGeometry.ts:15
Box geometry parameters in world units.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
width | number | Box width along X. | components/MeshGeometry.ts:17 |
height | number | Box height along Y. | components/MeshGeometry.ts:19 |
depth | number | Box depth along Z. | components/MeshGeometry.ts:21 |

