Version: 1.10
LanguageEnglish
  • C#

AnimationDeadBlendingPlayable.SetMaxRotationAngularVelocity

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

Declaration

public void SetMaxRotationAngularVelocity(float value);

Parameters

value Maximum rotation angular velocity in radians/s.

Description

Sets the maximum rotation angular velocity for Rotation and Goal rotation channels.

Clamps the estimated angular velocity magnitude before computing the decay constant. The value is in radians per second internally. Default is equivalent to 360 deg/s.