MCPcopy
hub / github.com/4ian/GDevelop / getTweensMap

Function getTweensMap

Extensions/TweenBehavior/tweentools.ts:134–136  ·  view source on GitHub ↗
(runtimeScene: RuntimeScene)

Source from the content-addressed store, hash-verified

132 };
133
134 export const getTweensMap = (runtimeScene: RuntimeScene) =>
135 runtimeScene._tweens ||
136 (runtimeScene._tweens = new gdjs.evtTools.tween.TweenManager());
137
138 // Layout tweens from event-based objects won't step, but it's fine
139 // because they don't have cameras anyway.

Callers 15

sceneTweenExistsFunction · 0.85
sceneTweenIsPlayingFunction · 0.85
sceneTweenHasFinishedFunction · 0.85
resumeSceneTweenFunction · 0.85
pauseSceneTweenFunction · 0.85
stopSceneTweenFunction · 0.85
removeSceneTweenFunction · 0.85
getProgressFunction · 0.85
getValueFunction · 0.85
addLayoutValueTweenFunction · 0.85
addLayerValueTweenFunction · 0.85
tweenVariableNumberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected