Click or drag to resize

TerrainCollection.AddAsync Method (TerrainOverlay)

Adds terrainOverlay to the collection asynchronously.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void AddAsync(
	TerrainOverlay terrainOverlay
)

Parameters

terrainOverlay
Type: AGI.Foundation.Graphics.TerrainOverlay
The TerrainOverlay to be added to the collection.
See Also