Click or drag to resize
DigitalRuneAnimationInstanceCollectionSetParent Method
Sets the parent of the given object.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
protected override void SetParent(
	AnimationInstance child,
	AnimationInstance parent
)

Parameters

child
Type: DigitalRune.AnimationAnimationInstance
The child object.
parent
Type: DigitalRune.AnimationAnimationInstance
The parent to set.
See Also