Table of Contents

Class Time

Namespace
AO
Assembly
CoreAssembly.dll

Time is a core engine system to query time related information.

public static class Time
Inheritance
Time
Inherited Members

Properties

DeltaTime

Time since the last frame in seconds.

public static float DeltaTime { get; }

Property Value

float

TimeSinceStartup

Time since the game started in seconds.

public static float TimeSinceStartup { get; }

Property Value

float