Click or drag to resize

AnimationTreeGetTreeRoot Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AnimationTree.GetTreeRoot"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetTreeRoot is deprecated. Use the TreeRoot property instead.")]
public AnimationNode GetTreeRoot()

Return Value

Type: AnimationNode

[Missing <returns> documentation for "M:Godot.AnimationTree.GetTreeRoot"]

See Also