Click or drag to resize

TerrainCollectionItem Property

Gets the TerrainOverlay at the specified index.

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

Parameters

index
Type: SystemInt32

Property Value

Type: TerrainOverlay
See Also