Click or drag to resize
DigitalRuneAnimationClipTLoopBehavior Property
Gets or sets the behavior of the animation past the end of the animation clip.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public LoopBehavior LoopBehavior { get; set; }

Property Value

Type: LoopBehavior
The behavior of the animation past the end of the animation clip. The default value is Constant.
See Also