Click or drag to resize

TerrainCollectionAddAsync Method (TerrainOverlay)

Adds terrainOverlay to the collection asynchronously.

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

Parameters

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