@ascentbv/ts-common - v1.0.220
Preparing search index...
CutscenePlayback
Interface CutscenePlayback
interface
CutscenePlayback
{
id
:
string
;
player
:
Player
;
done
:
Promise
<
void
>
;
ready
:
Promise
<
void
>
;
stop
:
()
=>
void
;
pause
:
()
=>
void
;
resume
:
()
=>
void
;
}
Index
Properties
id
player
done
ready
stop
pause
resume
Properties
Readonly
id
id
:
string
Readonly
player
player
:
Player
Readonly
done
done
:
Promise
<
void
>
Readonly
ready
ready
:
Promise
<
void
>
stop
stop
:
()
=>
void
pause
pause
:
()
=>
void
resume
resume
:
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
player
done
ready
stop
pause
resume
@ascentbv/ts-common - v1.0.220
Loading...