Click or drag to resize

BillboardGraphics.EyeOffset Property

Gets or sets the billboard's offset from the origin in eye coordinates. Eye coordinates are specified in a left-handed coordinate system where X points toward the viewer's right, Y points up, and Z points into the screen. If not specified, the default is Zero.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public CesiumProperty<Cartesian> EyeOffset { get; set; }

Property Value

Type: CesiumProperty<Cartesian>
See Also