Click or drag to resize
DigitalRuneTerrainTileCollectionGetParent 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 Terrain GetParent(
	TerrainTile child
)

Parameters

child
Type: DigitalRune.GraphicsTerrainTile
The child object.

Return Value

Type: Terrain
The parent of child.
See Also