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