Gets or sets how time advances with each tick.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ClockStep? Step { get; set; }
Public Property Step As ClockStep?
Get
Set
public:
property Nullable<ClockStep> Step {
Nullable<ClockStep> get ();
void set (Nullable<ClockStep> value);
}
member Step : Nullable<ClockStep> with get, set
Property Value
Type:
NullableClockStepSee Also