Click or drag to resize

Time Class

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

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.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.
Public propertyStatic memberSimulationDelta
Gets simulation time step.
Top
See Also