Click or drag to resize
DigitalRuneFixedStepTimerMaxNumberOfSteps Property
Gets or sets the maximal number of sub-steps for one time step.

Namespace: DigitalRune.Game.Timing
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public int MaxNumberOfSteps { get; set; }

Property Value

Type: Int32
The maximal number of sub-steps for one time step. The default value is 8.
Exceptions
ExceptionCondition
ArgumentExceptionvalue is negative or 0.
Remarks
This value implicitly defines the maximum size of a time step. A time step will be an integer multiple of StepSize, but maximal MaxNumberOfStepsStepSize.
See Also