Click or drag to resize

CompositeTerrainProviderRemoveAt 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: 24.1.418.0 (24.1.418.0)
Syntax
public void RemoveAt(
	int index
)

Parameters

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

Implements

IListTRemoveAt(Int32)
See Also