struct RootMotion

Inherits: IScriptExportable

Contains a set of animation curves used for moving and rotating the root bone.

Public

Constructors

RootMotion

RootMotion() = default

RootMotion

RootMotion(const TAnimationCurve<Vector3> &position, const TAnimationCurve<Quaternion> &rotation)

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.