Enum Tween.TweenProcessMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Tween.TweenProcessMode : long
Fields
Idle = 1
The Tween updates after each process frame (see _Process(double)).
Physics = 0
The Tween updates after each physics frame (see _PhysicsProcess(double)).