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

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
protected override void SetParent(
	Submesh child,
	Mesh parent
)

Parameters

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