Click or drag to resize
DigitalRuneTerrainTileCollectionSetParent 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(
	TerrainTile child,
	Terrain parent
)

Parameters

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