StateModelAnimatorParameterSpeed Property
|
Defines the speed of linear interpolation for the current AnimatorParameterName from the current State to the target State.
Namespace:
Livit.Learn.ModelAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic float AnimatorParameterSpeed { get; set; }
Property Value
Type:
Single
Remarks
This property can only be used when AnimatorParameterValue is a numeric value.
See Also