MCPcopy
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

startMethod · 0.65
updateFrameRateFunction · 0.65
popElMethod · 0.65
stopMethod · 0.65
gotoAndStopMethod · 0.65

Implementers 8

CoreCommentsrc/core/Comment.ts
CommentManagersrc/core/CommentManager.ts
CssScrollCommentsrc/core/css-renderer/CssComment.ts
TimerRuntimesrc/scripting/api/Runtime/Timer.ts
Timersrc/scripting/api/Runtime/Timer.ts
MotionManagersrc/scripting/api/Display/MotionManage
ITweensrc/scripting/api/Tween/Tween.ts
Soundsrc/scripting/api/Player/Sound.ts

Calls

no outgoing calls

Tested by

no test coverage detected