BillboardGraphicsEyeOffset 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: 24.2.419.0 (24.2.419.0)
Syntax public CesiumProperty<Cartesian> EyeOffset { get; set; }
Public Property EyeOffset As CesiumProperty(Of Cartesian)
Get
Set
public:
property CesiumProperty<Cartesian>^ EyeOffset {
CesiumProperty<Cartesian>^ get ();
void set (CesiumProperty<Cartesian>^ value);
}
member EyeOffset : CesiumProperty<Cartesian> with get, set
Property Value
Type:
CesiumPropertyCartesianSee Also