TweenTweenProcessMode Enumeration |
[Missing <summary> documentation for "T:Godot.Tween.TweenProcessMode"]
Namespace: Godot
public enum TweenProcessMode
Member name | Value | Description | |
---|---|---|---|
Physics | 0 | The tween updates with the _physics_process callback. | |
Idle | 1 | The tween updates with the _process callback. |