Click or drag to resize

CesiumHeightReference Enumeration

The height reference of an object, which indicates if the object's position is relative to terrain or not.

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 CesiumHeightReference
Members
  Member nameDescription
None The position is absolute.
ClampToGround The position is clamped to the terrain.
RelativeToGround The position height is the height above the terrain.
See Also