Empeld
Empeld plugin documentation.
pluginbase.Dependencies.IFrameTimeState Interface Reference

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...
 

Detailed Description

Injectable interface representing the time state of a current simulation frame

Attribute: Injectable

Property Documentation

◆ CurrentTime

DateTime pluginbase.Dependencies.IFrameTimeState.CurrentTime
get

The current UTC tiem of the frame

The current time.

◆ Delta

float pluginbase.Dependencies.IFrameTimeState.Delta
get

Amount of time, in fractional seconds, since the last simulation frame

The delta.

◆ DeltaMs

int pluginbase.Dependencies.IFrameTimeState.DeltaMs
get

Amount of integer milliseconds since the last frame

The delta ms.

◆ DeltaSpan

TimeSpan pluginbase.Dependencies.IFrameTimeState.DeltaSpan
get

The amount of time since the last frame

The delta span.

◆ TotalSeconds

double pluginbase.Dependencies.IFrameTimeState.TotalSeconds
get

The total number of seconds since the application started

The total seconds.

◆ TotalTicks

int pluginbase.Dependencies.IFrameTimeState.TotalTicks
get

Total number of frame ticks since the start of an application

The total ticks.


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