(
tween: TweenInstance<float> | TweenInstance<Array<float>>
)
| 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>> |
no test coverage detected