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

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

Parameters

child
Type: DigitalRune.GraphicsSubmesh
The child object.

Return Value

Type: Mesh
The parent of child.
See Also