Click or drag to resize

PathGraphicsResolution Property

Gets or sets the resolution of the path, in seconds. This value is the minimum step size the client will take when sampling the position of the object to create the path. Lower numbers provide improved visual fidelity at the cost of rendering performance. If not specified, the default is 60.0.

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<double> Resolution { get; set; }

Property Value

Type: CesiumPropertyDouble
See Also