Inheritance Hierarchy
DeltaEngine.Core GlobalTime
DeltaEngine.Platforms GLFW3Time
Namespace: DeltaEngine.Platforms
Assembly: DeltaEngine.WindowsGLFW3 (in DeltaEngine.WindowsGLFW3.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The GLFW3Time type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GLFW3Time | Initializes a new instance of the GLFW3Time class |
Methods
Name | Description | |
---|---|---|
Dispose | (Inherited from GlobalTime.) | |
GetSecondsSinceStartToday |
Returns an accurate seconds float value for today, would get inaccurate with more days.
View code on GitHub (Inherited from GlobalTime.) | |
GetTicks | (Overrides GlobalTime GetTicks .) | |
Update | (Inherited from GlobalTime.) |
Properties
Name | Description | |
---|---|---|
Fps | (Inherited from GlobalTime.) | |
Milliseconds | (Inherited from GlobalTime.) | |
TicksPerSecond | (Overrides GlobalTime TicksPerSecond.) |
See Also