Click or drag to resize

CesiumGenerationStatus Enumeration

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum CesiumGenerationStatus
Members
  Member nameDescription
Done All data has been written. No further calls to GenerateNextPacket are needed.
MoreToGenerate There is more data to write. GenerateNextPacket should be called again to write the next packet.
See Also