Click or drag to resize
DigitalRuneAnimationInstanceChildren Property
Gets the children of this animation instance.

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

Property Value

Type: AnimationInstanceCollection
The children of this animation instance.
See Also