Click or drag to resize
DigitalRuneIKSolverIAnimatableObjectGetAnimatedProperties Method
Gets the properties which are currently being animated.

Namespace: DigitalRune.Animation.Character
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
IEnumerable<IAnimatableProperty> IAnimatableObject.GetAnimatedProperties()

Return Value

Type: IEnumerableIAnimatableProperty
The properties which are currently being animated.

Implements

IAnimatableObjectGetAnimatedProperties
See Also