@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
| Parameter | Type |
|---|---|
world | World |
entityId | EntityId |
...args | any[] |
Returns
unknown

