Click or drag to resize
DigitalRuneSceneNodeCollectionGetParent Method
Gets the parent of an object.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
protected override SceneNode GetParent(
	SceneNode child
)

Parameters

child
Type: DigitalRune.Graphics.SceneGraphSceneNode
The child object.

Return Value

Type: SceneNode
The parent of child.
See Also