Falco Engine 3.9.0.1 (beta)
FalcoEngine.Time Class Reference

Properties

static int frameRate [get]
 The current frames per second value (FPS) More...
 
static float deltaTime [get]
 The interval in seconds from the last frame to the current one More...
 
static float timeScale [getset]
 The scale at which time passes More...
 
static float timeSinceGameStart [get]
 The real time in seconds since the game started More...
 
static float timeSinceGameStartScaled [get]
 The time in seconds scaled by timeScale since the game started More...
 
static float timeSinceLevelStart [get]
 The time in seconds since the last scene has finished loading More...
 
static float timeSinceLevelStartScaled [get]
 The time in seconds scaled by timeScale since the last scene has finished loading More...
 

Detailed Description

Definition at line 7 of file Time.cs.

Property Documentation

◆ deltaTime

float FalcoEngine.Time.deltaTime
staticget

The interval in seconds from the last frame to the current one

Definition at line 17 of file Time.cs.

◆ frameRate

int FalcoEngine.Time.frameRate
staticget

The current frames per second value (FPS)

Definition at line 12 of file Time.cs.

◆ timeScale

float FalcoEngine.Time.timeScale
staticgetset

The scale at which time passes

Definition at line 22 of file Time.cs.

◆ timeSinceGameStart

float FalcoEngine.Time.timeSinceGameStart
staticget

The real time in seconds since the game started

Definition at line 27 of file Time.cs.

◆ timeSinceGameStartScaled

float FalcoEngine.Time.timeSinceGameStartScaled
staticget

The time in seconds scaled by timeScale since the game started

Definition at line 32 of file Time.cs.

◆ timeSinceLevelStart

float FalcoEngine.Time.timeSinceLevelStart
staticget

The time in seconds since the last scene has finished loading

Definition at line 37 of file Time.cs.

◆ timeSinceLevelStartScaled

float FalcoEngine.Time.timeSinceLevelStartScaled
staticget

The time in seconds scaled by timeScale since the last scene has finished loading

Definition at line 42 of file Time.cs.


The documentation for this class was generated from the following file: