Version: 1.8
LanguageEnglish
  • C#

Animator.ClearMotionWarpTarget

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Declaration

public void ClearMotionWarpTarget(string stateName, string intervalName);

Parameters

stateName The name of the state that contains the animation interval.
intervalName The name of the animation interval to clear the motion warp target for.

Description

Clears the motion warp target for a specific animation interval in a state.

ClearMotionWarpTarget removes the motion warp target for a specific animation interval in a state. After calling this method, no motion warping will occur for that interval unless a new target is set.