Click or drag to resize

BillboardGraphicsAlignedAxis Property

Gets or sets the aligned axis, which is the unit vector, in world coordinates, that the billboard up vector points towards. If not specified, the default is the zero vector, which means the billboard is aligned to the screen up vector.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CesiumProperty<UnitCartesian> AlignedAxis { get; set; }

Property Value

Type: CesiumPropertyUnitCartesian
See Also