FixedStepTimer Properties |
The FixedStepTimer type exposes the following members.
Name | Description | |
---|---|---|
AccumulatedSteps |
Gets the number of accumulated steps.
| |
AccumulatedTime |
Gets the accumulated time.
| |
AccumulateTimeSteps |
Gets or sets a value indicating whether the time steps are accumulated.
| |
Clock |
Gets or sets the clock.
| |
DeltaTime |
Gets the elapsed game time since the last time step.
| |
FrameCount |
Gets the number of frames since the start of the timer (= the number of
TimeChanged events).
| |
IdleTime |
Gets the idle time.
| |
IsRunning |
Gets a value indicating whether the timer is running.
| |
LostTime |
Gets the amount of time dropped in the current time step.
| |
MaxNumberOfSteps |
Gets or sets the maximal number of sub-steps for one time step.
| |
PendingSteps |
Gets the number of pending steps.
| |
Speed |
Gets or sets the speed ratio at which the game time progresses.
| |
StepSize |
Gets or sets the minimal size of a time step.
| |
StepSizeTolerance |
Gets or sets the allowed step size deviation.
| |
Time |
Gets the game time.
|