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

Method _addActiveTween

Extensions/TweenBehavior/TweenManager.ts:398–402  ·  view source on GitHub ↗
(
          tween: TweenInstance<float> | TweenInstance<Array<float>>
        )

Source from the content-addressed store, hash-verified

396 }
397
398 _addActiveTween(
399 tween: TweenInstance<float> | TweenInstance<Array<float>>
400 ): void {
401 this._activeTweens.push(tween);
402 }
403
404 _removeActiveTween(
405 tween: TweenInstance<float> | TweenInstance<Array<float>>

Callers 3

addSimpleTweenMethod · 0.95
addMultiTweenMethod · 0.95
resumeTweenMethod · 0.95

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected