Click or drag to resize

AnimationTreeSetRootMotionTrack Method

Note: This API is now obsolete.

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

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

Parameters

path
Type: GodotNodePath

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

See Also