Click or drag to resize

BillboardGraphicsScaleByDistance Property

Gets or sets how the billboard's scale should change based on the billboard's distance from the camera. This scalar value will be multiplied by Scale. If not specified, then the scale does not change based on the camera distance.

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<NearFarScalar> ScaleByDistance { get; set; }

Property Value

Type: CesiumPropertyNearFarScalar
See Also