Skip to content

@relu-interactives/spatial-ecs


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

Type Alias: ComponentFactory

ts
type ComponentFactory = (world, entityId, ...args) => unknown;

Defined in: systems/ObjectManagementSystem.ts:58

Parameters

ParameterType
worldWorld
entityIdEntityId
...argsany[]

Returns

unknown