Empeld
Empeld plugin documentation.
|
Injectable interface representing the time state of a current simulation frame More...
Properties | |
float | Delta [get] |
Amount of time, in fractional seconds, since the last simulation frame More... | |
int | DeltaMs [get] |
Amount of integer milliseconds since the last frame More... | |
int | TotalTicks [get] |
Total number of frame ticks since the start of an application More... | |
TimeSpan | DeltaSpan [get] |
The amount of time since the last frame More... | |
DateTime | CurrentTime [get] |
The current UTC tiem of the frame More... | |
double | TotalSeconds [get] |
The total number of seconds since the application started More... | |
Injectable interface representing the time state of a current simulation frame
Attribute: Injectable
|
get |
The current UTC tiem of the frame
The current time.
|
get |
Amount of time, in fractional seconds, since the last simulation frame
The delta.
|
get |
Amount of integer milliseconds since the last frame
The delta ms.
|
get |
The amount of time since the last frame
The delta span.
|
get |
The total number of seconds since the application started
The total seconds.
|
get |
Total number of frame ticks since the start of an application
The total ticks.