Anvil
Anvil.API.Time Class Reference

Interface for querying time information for the current frame or since startup. More...

Properties

static TimeSpan DeltaTime [get]
 The time of the last update loop (frame). More...
 
static TimeSpan TimeSinceStartup [get]
 The time at the beginning of this update loop (frame).
This is the total time since Anvil was started up. More...
 

Detailed Description

Interface for querying time information for the current frame or since startup.

Property Documentation

◆ DeltaTime

TimeSpan Anvil.API.Time.DeltaTime
staticget

The time of the last update loop (frame).

◆ TimeSinceStartup

TimeSpan Anvil.API.Time.TimeSinceStartup
staticget

The time at the beginning of this update loop (frame).
This is the total time since Anvil was started up.


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