Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jabbany/CommentCoreLibrary
/ IMotionManager
Interface
IMotionManager
src/scripting/api/Runtime/ScriptManager.ts:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
export
interface
IMotionManager {
22
stop():void;
23
}
24
25
class
ScriptManagerImpl implements ScriptManager {
26
private _managedElements:{[name: string]: IMotionManager} = {};
Callers
5
start
Method · 0.65
updateFrameRate
Function · 0.65
popEl
Method · 0.65
stop
Method · 0.65
gotoAndStop
Method · 0.65
Implementers
8
CoreComment
src/core/Comment.ts
CommentManager
src/core/CommentManager.ts
CssScrollComment
src/core/css-renderer/CssComment.ts
TimerRuntime
src/scripting/api/Runtime/Timer.ts
Timer
src/scripting/api/Runtime/Timer.ts
MotionManager
src/scripting/api/Display/MotionManage
ITween
src/scripting/api/Tween/Tween.ts
Sound
src/scripting/api/Player/Sound.ts
Calls
no outgoing calls
Tested by
no test coverage detected