Click or drag to resize

AnimationTreePlayerNodeType Enumeration

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

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

Output node.

Animation1

Animation node.

Oneshot2

OneShot node.

Mix3

Mix node.

Blend24

Blend2 node.

Blend35

Blend3 node.

Blend46

Blend4 node.

Timescale7

TimeScale node.

Timeseek8

TimeSeek node.

Transition9

Transition node.

See Also