Click or drag to resize
DigitalRuneSkeletonPoseIAnimatablePropertyAnimationValue Property
Gets the animation value.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
Object IAnimatableProperty.AnimationValue { get; }

Property Value

Type: Object
The animation value.

Implements

IAnimatablePropertyAnimationValue
Remarks
The value is the result of the animations controlling the property. The property is only valid if IsAnimated is set.
See Also