| IKSolverIAnimatableObjectGetAnimatedProperties Method |
Gets the properties which are currently being animated.
Namespace: DigitalRune.Animation.CharacterAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax IEnumerable<IAnimatableProperty> IAnimatableObject.GetAnimatedProperties()
Private Function GetAnimatedProperties As IEnumerable(Of IAnimatableProperty)
Implements IAnimatableObject.GetAnimatedProperties
private:
virtual IEnumerable<IAnimatableProperty^>^ GetAnimatedProperties() sealed = IAnimatableObject::GetAnimatedProperties
private abstract GetAnimatedProperties : unit -> IEnumerable<IAnimatableProperty>
private override GetAnimatedProperties : unit -> IEnumerable<IAnimatableProperty>
Return Value
Type:
IEnumerableIAnimatableProperty
The properties which are currently being animated.
Implements
IAnimatableObjectGetAnimatedPropertiesSee Also