s&box docs

public class Sandbox.Time

Broader workflow and conceptual references connected to this API.

Constructors

Showing 1 constructors

Methods

Showing 1 methods

public static System.IDisposable Scope(double now, double delta)

Properties

Showing 3 properties

public static float Sandbox.Time.Delta { get; set; }

The delta between the last frame and the current (for all intents and purposes).

public static float Sandbox.Time.Now { get; set; }

The time since the game startup.

public static double Sandbox.Time.NowDouble { get; set; }

The time since the game startup as a double.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Time

On this page