Click or drag to resize

CompositeTerrainProvider.RemoveAt Method

Removes the element at the given index of the CompositeTerrainProvider.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void RemoveAt(
	int index
)

Parameters

index
Type: System.Int32
The index, based at zero, to where the item is to be removed.

Implements

IList<T>.RemoveAt(Int32)
See Also