Click or drag to resize

AnimationTreeGetRootMotionTransform Method

Retrieve the motion of the RootMotionTrack as a Transform that can be used elsewhere. If RootMotionTrack is not a path to a track of type , returns an identity transformation.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Transform GetRootMotionTransform()

Return Value

Type: Transform

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

See Also