CesiumGeneratorContextStep Property |
Gets the smallest step that should be taken when sampling. Note that individual objects may override
this value using
ICesiumFixedStepService.
Namespace:
AGI.Foundation.Cesium.Advanced
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Duration Step { get; }
Public ReadOnly Property Step As Duration
Get
public:
property Duration Step {
Duration get ();
}
member Step : Duration with get
Property Value
Type:
DurationSee Also