Click or drag to resize

AnimationTreeSetAnimationPlayer Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AnimationTree.SetAnimationPlayer(Godot.NodePath)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetAnimationPlayer is deprecated. Use the AnimPlayer property instead.")]
public void SetAnimationPlayer(
	NodePath root
)

Parameters

root
Type: GodotNodePath

[Missing <param name="root"/> documentation for "M:Godot.AnimationTree.SetAnimationPlayer(Godot.NodePath)"]

See Also