Class Clock
Application Clock.
Implements
Inherited Members
Namespace: Evergine.Framework.Services
Assembly: Evergine.Framework.dll
Syntax
public sealed class Clock : Service, IDependencyObject
Properties
ElapseTime
Gets the time from last update (milliseconds).
Declaration
public TimeSpan ElapseTime { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
FrameCount
Gets the total number of frames that have passed.
Declaration
public int FrameCount { get; }
Property Value
Type | Description |
---|---|
int |
TotalTime
Gets the amount of time since the start of the application.
Declaration
public TimeSpan TotalTime { get; }
Property Value
Type | Description |
---|---|
TimeSpan |
UpdateCount
Gets the total number of updates that have passed.
Declaration
public int UpdateCount { get; }
Property Value
Type | Description |
---|---|
int |