Skip to content

@relu-interactives/spatial-ecs


@relu-interactives/spatial-ecs / index / createSelectableComponent

Function: createSelectableComponent()

ts
function createSelectableComponent(
   world, 
   entityId, ...
   args): Selectable;

Defined in: factories/components/SelectableFactory.ts:4

Parameters

ParameterType
worldWorld
entityIdnumber
...args[boolean]

Returns

Selectable