Table of Contents

Class TimeService

Namespace
Axolotl2D.Timing
Assembly
Axolotl2D.dll

Provides scaled frame time, fixed-step time, totals, and counters.

public sealed class TimeService
Inheritance
TimeService
Inherited Members

Properties

DeltaTime

public double DeltaTime { get; }

Property Value

double

FixedDeltaTime

public double FixedDeltaTime { get; }

Property Value

double

FixedFrameCount

public ulong FixedFrameCount { get; }

Property Value

ulong

FrameCount

public ulong FrameCount { get; }

Property Value

ulong

IsPaused

public bool IsPaused { get; set; }

Property Value

bool

TimeScale

public double TimeScale { get; set; }

Property Value

double

TotalTime

public double TotalTime { get; }

Property Value

double

UnscaledDeltaTime

public double UnscaledDeltaTime { get; }

Property Value

double

UnscaledTotalTime

public double UnscaledTotalTime { get; }

Property Value

double