class RootMotionEx

Extension class for RootMotion, for adding additional functionality for the script version of the class.

Public

Methods

staticGetPositionCurves

static TAnimationCurve<Vector3> GetPositionCurves(const SPtr<RootMotion> &thisPtr)

Animation curve representing the movement of the root bone.

staticGetRotationCurves

static TAnimationCurve<Quaternion> GetRotationCurves(const SPtr<RootMotion> &thisPtr)

Animation curve representing the rotation of the root bone.