Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jabbany/CommentCoreLibrary
/ play
Method
play
src/scripting/api/Tween/Tween.ts:103–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
}
102
103
public play():void {
104
if
(this._isPlaying) {
105
return
;
106
}
107
this.gotoAndPlay(this._currentTime);
108
}
109
110
public stop():void {
111
if
(!this._isPlaying) {
Callers
1
togglePause
Method · 0.95
Calls
1
gotoAndPlay
Method · 0.95
Tested by
no test coverage detected