struct
RootMotion
Inherits:
IScriptExportable
Contains a set of animation curves used for moving and rotating the root bone.
Public
Constructors
RootMotion
RootMotion() = default
RootMotion
Fields
Position
TAnimationCurve<Vector3> Position
Animation curve representing the movement of the root bone.
Rotation
TAnimationCurve<Quaternion> Rotation
Animation curve representing the rotation of the root bone.