Enum Tween.TweenProcessMode
enum TweenProcessMode
: int { ... }
Enum members
Name | Description |
---|---|
tweenProcessIdle
|
The tween updates with the _process callback.
|
tweenProcessPhysics
|
The tween updates with the _physics_process callback.
|