Click or drag to resize
DigitalRuneTimingSettingsFixedTimeStep Property
Gets or sets the time step size for fixed time steps in seconds.

Namespace: DigitalRune.Physics.Settings
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public float FixedTimeStep { get; set; }

Property Value

Type: Single
The time step size for fixed time steps in seconds. The default is 1/60 s (60 Hz).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative or 0.
See Also