Tween.TweenProcessMode

Values

ValueMeaning
tweenProcessPhysics0

The tween updates with the _physics_process callback.

tweenProcessIdle1

The tween updates with the _process callback.

Meta