Api Sandbox Time
class

Time

public class Time

Constructors

Time()

Properties

Name Type Description
Now static Single The time since the game startup.
Delta static Single The delta between the last frame and the current (for all intents and purposes).
NowDouble static Double The time since the game startup as a double.

Methods

static IDisposable Scope(Double now, Double delta)
Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.Time