Skip to content

@relu-interactives/spatial-ecs


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

Function: createInstanceSlotComponent()

ts
function createInstanceSlotComponent(
   world, 
   entityId, 
   groupEntityId, 
   slotIndex): InstanceSlotComponent;

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

Parameters

ParameterType
worldWorld
entityIdnumber
groupEntityIdnumber
slotIndexnumber

Returns

InstanceSlotComponent