Click or drag to resize

TerrainCollectionSwap Method (Int32, Int32)

Swaps the position of two TerrainOverlay objects at the specified indices.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Swap(
	int index1,
	int index2
)

Parameters

index1
Type: SystemInt32
The index of the first TerrainOverlay.
index2
Type: SystemInt32
The index of the second TerrainOverlay.
See Also