Click or drag to resize
DigitalRuneSkeletonKeyFrameAnimationIsAdditive Property
Gets or sets a value indicating whether the output of the animation is added to the current value of the property that is being animated.

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

Property Value

Type: Boolean
if this animation is additive; otherwise, . The default value is .
See Also