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