Click or drag to resize

TweenTweenProcessMode Enumeration

[Missing <summary> documentation for "T:Godot.Tween.TweenProcessMode"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum TweenProcessMode
Members
  Member nameValueDescription
Physics0

The tween updates with the _physics_process callback.

Idle1

The tween updates with the _process callback.

See Also