Click or drag to resize

AnimationTreePlayerAnimationProcessMode Enumeration

[Missing <summary> documentation for "T:Godot.AnimationTreePlayer.AnimationProcessMode"]

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

Process animation during the physics process. This is especially useful when animating physics bodies.

Idle1

Process animation during the idle process.

See Also