@relu-interactives/spatial-ecs
@relu-interactives/spatial-ecs / components / EditableMeshObjectKind
Type Alias: EditableMeshObjectKind
ts
type EditableMeshObjectKind = "capsule" | "cube" | "cylinder" | "model" | "plane" | "sphere";Defined in: components/MeshGeometry.ts:6
Editable primitive kinds the mesh-geometry system can rebuild on the fly. model is a passthrough placeholder for entities that own a loaded GLTF/GLB instead.

