Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jabbany/CommentCoreLibrary
/ togglePause
Method
togglePause
src/scripting/api/Tween/Tween.ts:135–141 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
133
}
134
135
public togglePause():void {
136
if
(this._isPlaying) {
137
this.stop();
138
}
else
{
139
this.play();
140
}
141
}
142
}
143
144
function
createStepFunction(object:any, dest:ValueMap, src:ValueMap, tween:ITween) {
Callers
nothing calls this directly
Calls
2
stop
Method · 0.95
play
Method · 0.95
Tested by
no test coverage detected