AudioPlugin
Defined in: audio/src/AudioPlugin.ts:8
Implements
Section titled “Implements”Plugin
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new AudioPlugin(
config?):AudioPlugin
Defined in: audio/src/AudioPlugin.ts:14
Parameters
Section titled “Parameters”config?
Section titled “config?”Returns
Section titled “Returns”AudioPlugin
Properties
Section titled “Properties”
readonlyname:"audio"="audio"
Defined in: audio/src/AudioPlugin.ts:9
Unique plugin name.
Implementation of
Section titled “Implementation of”Plugin.name
version
Section titled “version”
readonlyversion:"2.0.0"="2.0.0"
Defined in: audio/src/AudioPlugin.ts:10
Semantic version string.
Implementation of
Section titled “Implementation of”Plugin.version
Methods
Section titled “Methods”install()
Section titled “install()”install(
context):void
Defined in: audio/src/AudioPlugin.ts:18
Install services into the engine context. Called in topological order.
Parameters
Section titled “Parameters”context
Section titled “context”EngineContext
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”Plugin.install
onDestroy()
Section titled “onDestroy()”onDestroy():
void
Defined in: audio/src/AudioPlugin.ts:42
Called when the engine is destroyed.
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”Plugin.onDestroy