Skip to content

@relu-interactives/spatial-ecs


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

Function: createScriptComponent()

ts
function createScriptComponent(
   world, 
   entityId, 
   payload?): ScriptComponent;

Defined in: factories/components/ScriptComponentFactory.ts:8

Parameters

ParameterType
worldWorld
entityIdnumber
payloadScriptComponentPayload

Returns

ScriptComponent