MCPcopy Index your code
hub / github.com/4ian/GDevelop / step

Method step

Extensions/TweenBehavior/TweenManager.ts:578–578  ·  view source on GitHub ↗

* Step toward the end. * @param timeDelta the duration from the previous step in seconds * @param layoutTimeDelta the duration from the previous step ignoring layer time scale in seconds

()

Source from the content-addressed store, hash-verified

576 * @param layoutTimeDelta the duration from the previous step ignoring layer time scale in seconds
577 */
578 step(): void;
579 isPlaying(): boolean;
580 hasFinished(): boolean;
581 stop(jumpToDest: boolean): void;

Callers 7

doStepPreEventsMethod · 0.65
doStepPreEventsMethod · 0.65
doStepPreEventsMethod · 0.65
stepMethod · 0.65
tweentools.tsFile · 0.65
doStepPreEventsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected