Click or drag to resize

TerrainCollection.Move Method (TerrainOverlay, Int32)

Moves the TerrainOverlay to the specified position.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public void Move(
	TerrainOverlay terrainOverlay,
	int newPosition
)

Parameters

terrainOverlay
Type: AGI.Foundation.Graphics.TerrainOverlay
The TerrainOverlay to move.
newPosition
Type: System.Int32
The new position of the terrainOverlay.
See Also