Version: 2022.3
LanguageEnglish
  • C#

AnimatorState.speed

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

public float speed;

Description

The default speed of the motion.

A speed of 1.0 plays the animation at its original speed. A speed of -1.0 plays the animation backwards. A speed between 0.0 and 1.0 plays the animation forwards and slower. A speed greater than 1.0 plays the animation forwards and faster. For example, a speed of 2.0 plays the animation twice its original speed while a speed of 0.5 plays the animation at half its original speed.