@relu-interactives/spatial-ecs
@relu-interactives/spatial-ecs / index / EcsComponentFactoryKind
Type Alias: EcsComponentFactoryKind
ts
type EcsComponentFactoryKind =
| "animation"
| "audio"
| "camera"
| "environment"
| "entityType"
| "image"
| "imageTargetAnchor"
| "imageTarget"
| "light"
| "material"
| "mesh"
| "meshGeometry"
| "model"
| "name"
| "object3DRef"
| "parentId"
| "physics"
| "postprocessing"
| "script"
| "selectable"
| "selectionTransformState"
| "sprite"
| "transform"
| "video"
| "instancedMesh";Defined in: systems/ObjectManagementSystem.ts:31

