BillboardGraphicsTranslucencyByDistance Property |
Gets or sets how the billboard's translucency should change based on the billboard's distance from the camera.
This scalar value should range from 0 to 1.
If not specified, then the translucency does not change based on the camera distance.
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<NearFarScalar> TranslucencyByDistance { get; set; }
Public Property TranslucencyByDistance As CesiumProperty(Of NearFarScalar)
Get
Set
public:
property CesiumProperty<NearFarScalar>^ TranslucencyByDistance {
CesiumProperty<NearFarScalar>^ get ();
void set (CesiumProperty<NearFarScalar>^ value);
}
member TranslucencyByDistance : CesiumProperty<NearFarScalar> with get, set
Property Value
Type:
CesiumPropertyNearFarScalarSee Also