Click or drag to resize
DigitalRuneAnimationInstanceParent Property
Gets the parent 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 AnimationInstance Parent { get; }

Property Value

Type: AnimationInstance
The parent of this animation instance; , if the current instance does not have a parent.
See Also