| AnimationInstanceChildren Property |
Gets the children of this animation instance.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public AnimationInstanceCollection Children { get; }
Public ReadOnly Property Children As AnimationInstanceCollection
Get
public:
property AnimationInstanceCollection^ Children {
AnimationInstanceCollection^ get ();
}
member Children : AnimationInstanceCollection with get
Property Value
Type:
AnimationInstanceCollectionThe children of this animation instance.
See Also