Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jabbany/CommentCoreLibrary
/ stop
Method
stop
src/scripting/api/Tween/Tween.ts:110–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
}
109
110
public stop():void {
111
if
(!this._isPlaying) {
112
return
;
113
}
114
this.gotoAndStop(this._currentTime);
115
}
116
117
public gotoAndStop(position:number):void {
118
this._currentTime = position;
Callers
2
_onTimerEvent
Method · 0.95
togglePause
Method · 0.95
Calls
1
gotoAndStop
Method · 0.95
Tested by
no test coverage detected