Click or drag to resize

Time Class

A class for working with time in the engine.
Inheritance Hierarchy
SystemObject
  NeoAxisTime

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static class Time

The Time type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberCurrent Gets the current time in the engine. The engine time is updated once before a simulation step or before a frame update if it is an editor.
Public propertyStatic memberSimulationDelta Gets the time step of the simulation.
Top
See Also