Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
CutscenePlayOptions
Interface CutscenePlayOptions
interface
CutscenePlayOptions
{
cues
:
Cue
[]
;
totalMs
?:
number
;
speed
?:
number
;
onCue
?:
(
cue
:
Cue
)
=>
void
;
onFinish
?:
()
=>
void
;
}
Index
Properties
cues
total
Ms?
speed?
on
Cue?
on
Finish?
Properties
cues
cues
:
Cue
[]
Optional
total
Ms
totalMs
?:
number
Optional
speed
speed
?:
number
Optional
on
Cue
onCue
?:
(
cue
:
Cue
)
=>
void
Optional
on
Finish
onFinish
?:
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cues
total
Ms
speed
on
Cue
on
Finish
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...