Click or drag to resize

CompositeTerrainProvider.Item Property

Gets or sets the TerrainProvider at the specified index.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public TerrainProvider this[
	int index
] { get; set; }

Parameters

index
Type: System.Int32
The index.

Property Value

Type: TerrainProvider

Implements

IList<T>.Item[Int32]
See Also