API ReferenceSandbox
Timeclass
object→Time
Constructors1
Showing 1 constructors
public Time()
No results match this filter.
Methods1
Showing 1 methods
public static System.IDisposable Scope(double now, double delta)
| Parameter | Type | Description |
|---|---|---|
| now | double | — |
| delta | double | — |
Returns:
IDisposable—No results match this filter.
Properties3
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).
Returns:
float—public static float Sandbox.Time.Now { get; set; }
The time since the game startup.
Returns:
float—public static double Sandbox.Time.NowDouble { get; set; }
The time since the game startup as a double.
Returns:
double—No results match this filter.