| stateName | The name of the state to trigger motion warping for. |
| fixedTransitionDuration | The duration of the transition to the state where motion warp is triggered. |
| fixedTimeOffset | The time offset for the transition. |
| normalizedTransitionTime | The normalized time for the transition. |
| targets | An array of tuples containing interval names and their respective Transform targets. |
| targetPosition | The position to use as the motion warp target. |
| targetRotation | The rotation to use as the motion warp target. |
bool true if the motion warp was successfully triggered; otherwise, false.
Activates motion warping for the specified state with the provided targets or the targets from previous calls to SetMotionWarpTargets.
TriggerMotionWarp activates motion warping for the specified state. It can be called with either Transform targets or position/rotation targets. This method immediately initiates the motion warping process for the specified state.