Click or drag to resize

StateModelAnimatorParameterSpeed Property

Defines the speed of linear interpolation for the current AnimatorParameterName from the current State to the target State.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public float AnimatorParameterSpeed { get; set; }

Property Value

Type: Single
Remarks

This property can only be used when AnimatorParameterValue is a numeric value.

See Also