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.2.419.0 (24.2.419.0)
Syntax public enum TerrainRegionStatus
Public Enumeration TerrainRegionStatus
public enum class TerrainRegionStatus
Members
| Member name | Description |
---|
| 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