@relu-interactives/spatial-ecs
@relu-interactives/spatial-ecs / index / createAudioComponent
Function: createAudioComponent()
ts
function createAudioComponent(
world,
entityId,
path?,
options?,
context?): AudioComponent;Defined in: factories/components/AudioComponentFactory.ts:126
Parameters
| Parameter | Type | Default value |
|---|---|---|
world | World | undefined |
entityId | number | undefined |
path | string | "" |
options | Partial<AudioComponent["options"]> | {} |
context? | CreateAudioComponentContext | undefined |

