Click or drag to resize

TerrainCollection.Item Property

Gets the TerrainOverlay at the specified index.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public TerrainOverlay this[
	int index
] { get; }

Parameters

index
Type: System.Int32

Property Value

Type: TerrainOverlay
See Also