| TimingSettingsFixedTimeStep Property |
Gets or sets the time step size for fixed time steps in seconds.
Namespace: DigitalRune.Physics.SettingsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public float FixedTimeStep { get; set; }
Public Property FixedTimeStep As Single
Get
Set
public:
property float FixedTimeStep {
float get ();
void set (float value);
}
member FixedTimeStep : float32 with 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 See Also