Click or drag to resize

AnimateHandToModelRepeat Property

Determines the number of times an animation will repeat.

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

Property Value

Type: Single
Remarks

Setting the Repeat value will make the AnimatorState animation repeat for the specified number of times.

The default value of Repeat is 1. It can accept any floating point number (e.g., 1.5), allowing to play an animation partly through.

See Also