AnimationTreePlayerNodeType Enumeration |
[Missing <summary> documentation for "T:Godot.AnimationTreePlayer.NodeType"]
Namespace: Godot
public enum NodeType
| Member name | Value | Description | |
|---|---|---|---|
| Output | 0 | Output node. | |
| Animation | 1 | Animation node. | |
| Oneshot | 2 | OneShot node. | |
| Mix | 3 | Mix node. | |
| Blend2 | 4 | Blend2 node. | |
| Blend3 | 5 | Blend3 node. | |
| Blend4 | 6 | Blend4 node. | |
| Timescale | 7 | TimeScale node. | |
| Timeseek | 8 | TimeSeek node. | |
| Transition | 9 | Transition node. |