Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
CueCatalog
Class CueCatalog
Index
Methods
create
register
unregister
has
list
play
stop
All
Methods
Static
create
create
(
audioBus
:
AudioBus
,
spatialBus
:
SpatialAudioBus
,
cache
:
AudioAssetCache
,
options
?:
CueCatalogOptions
,
)
:
CueCatalog
Parameters
audioBus
:
AudioBus
spatialBus
:
SpatialAudioBus
cache
:
AudioAssetCache
Optional
options
:
CueCatalogOptions
Returns
CueCatalog
register
register
(
name
:
string
,
def
:
CueDefinition
)
:
void
Parameters
name
:
string
def
:
CueDefinition
Returns
void
unregister
unregister
(
name
:
string
)
:
void
Parameters
name
:
string
Returns
void
has
has
(
name
:
string
)
:
boolean
Parameters
name
:
string
Returns
boolean
list
list
()
:
readonly
string
[]
Returns
readonly
string
[]
play
play
(
name
:
string
,
options
?:
CuePlayOptions
)
:
SpatialSourceHandle
|
null
Parameters
name
:
string
Optional
options
:
CuePlayOptions
Returns
SpatialSourceHandle
|
null
stop
All
stopAll
(
name
:
string
)
:
void
Parameters
name
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
register
unregister
has
list
play
stop
All
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...