Skip to content

@relu-interactives/spatial-ecs


@relu-interactives/spatial-ecs / types / ComponentKind

Type Alias: ComponentKind

ts
type ComponentKind = 
  | "Animation"
  | "Audio"
  | "Camera"
  | "Environment"
  | "EntityType"
  | "Image"
  | "ImageTarget"
  | "ImageTargetAnchor"
  | "InstancedMesh"
  | "InstanceSlot"
  | "Light"
  | "Material"
  | "Mesh"
  | "MeshGeometry"
  | "Model"
  | "Name"
  | "Object3DRef"
  | "ParentId"
  | "Physics"
  | "Postprocessing"
  | "Script"
  | "Selectable"
  | "SelectionTransformState"
  | "Sprite"
  | "Transform"
  | "Video";

Defined in: types.ts:67