Version: 1.8
LanguageEnglish
  • C#

Animator.GetMotionWarpTarget

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 MotionWarpTarget GetMotionWarpTarget(string stateName, string intervalName);

Parameters

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

Returns

MotionWarpTarget The MotionWarpTarget for the specified interval, or default values if no target is set.

Description

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

GetMotionWarpTarget retrieves the currently set motion warp target for a specific animation interval in a state. The returned MotionWarpTarget contains information about the target type and transformation data.