Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jabbany/CommentCoreLibrary
/ reset
Method
reset
src/scripting/api/Display/MotionManager.ts:84–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
public reset():void {
85
this._ttl = this._dur;
86
this._timeKeeper.reset();
87
}
88
89
public play():void {
90
if
(this._isRunning) {
Callers
nothing calls this directly
Calls
1
reset
Method · 0.65
Tested by
no test coverage detected