Enum Tween.TweenProcessMode

enum TweenProcessMode : int { ... }

Enum members

NameDescription
tweenProcessIdle The tween updates with the _process callback.
tweenProcessPhysics The tween updates with the _physics_process callback.