This version of Unity is unsupported.

AnimatorStateInfo.speedMultiplier

public float speedMultiplier;

Description

The speed multiplier for this state.

A negative speed multiplier will play the animation backwards. If no speed parameter as been set for this AnimatorState, the default value will be 1.

see AnimatorState.speedParameter, AnimatorState.speedParameterActive.