Version: 1.8
LanguageEnglish
  • C#

GeneralWarpModifierSettings

struct in UnityEngine

/

Implemented in:UnityEngine.AnimationModule

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

Description

Settings class for configuring general motion warping that can affect both position and rotation.

Properties

maxWarpPositionSpeedRatioGets or sets the maximum speed ratio allowed for position warping.
maxWarpRotationSpeedGets or sets the maximum rotation speed allowed during motion warping.
rotationStepTypeGets or sets how rotation stepping is calculated during motion warping.
rotationTypeGets or sets how rotation is handled during motion warping.
softStopRadiusGets or sets the radius within which motion warping gradually reduces its effect to position.
warpPositionGets or sets whether position warping is enabled.
warpPositionXAxisGets or sets whether warping is applied to the X-axis of deltaPosition.
warpPositionYAxisGets or sets whether warping is applied to the Y-axis of deltaPosition.
warpPositionZAxisGets or sets whether warping is applied to the Z-axis of deltaPosition.
warpRotationGets or sets whether rotation warping is enabled.
warpRotationXAxisGets or sets whether warping is applied to the X-axis of deltaRotation.
warpRotationYAxisGets or sets whether warping is applied to the Y-axis of deltaRotation.
warpRotationZAxisGets or sets whether warping is applied to the Z-axis of deltaRotation.

Constructors

GeneralWarpModifierSettingsInitializes a new instance of the GeneralWarpModifierSettings with default values.