Click or drag to resize

TerrainRegionStatus Enumeration

Indicates the status of a region of terrain.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum TerrainRegionStatus
Members
  Member nameDescription
Requested It has been requested that this region be loaded into the cache, but that has not happened yet.
Loading The region is being loaded but is not yet ready for use.
Loaded The region has been loaded into the cache and is ready to use.
See Also