Click or drag to resize

AnimationTreeTreeRoot Property

The root animation node of this AnimationTree. See AnimationNode.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public AnimationNode TreeRoot { get; set; }

Property Value

Type: AnimationNode
See Also