GLFW3Time ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  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

public class GLFW3Time : GlobalTime

The GLFW3Time type exposes the following members.

Constructors

  NameDescription
Public methodGLFW3Time
Initializes a new instance of the GLFW3Time class
Top
Methods

  NameDescription
Public methodDispose (Inherited from GlobalTime.)
Public methodGetSecondsSinceStartToday
Returns an accurate seconds float value for today, would get inaccurate with more days. View code on GitHub
(Inherited from GlobalTime.)
Protected methodGetTicks (Overrides GlobalTime GetTicks .)
Public methodUpdate (Inherited from GlobalTime.)
Top
Properties

  NameDescription
Public propertyFps (Inherited from GlobalTime.)
Public propertyMilliseconds (Inherited from GlobalTime.)
Protected propertyTicksPerSecond (Overrides GlobalTime TicksPerSecond.)
Top
See Also