API ReferenceSandbox.Menu
public sealed struct Sandbox.Menu.LoadingProgress
Methods
Showing 1 methods
public System.TimeSpan CalculateETA()
No results match this filter.
Properties
Showing 5 properties
public double Sandbox.Menu.LoadingProgress.Fraction { get; set; }
A value between 0 and 1, to show a progress bar
public double Sandbox.Menu.LoadingProgress.Mbps { get; set; }
The current transfer rate in Megabits per second. 0 is none.
public double Sandbox.Menu.LoadingProgress.Percent { get; set; }
Delta multipled by 100
public string Sandbox.Menu.LoadingProgress.Title { get; set; }
public double Sandbox.Menu.LoadingProgress.TotalSize { get; set; }
The total size of what we're trying to download
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Menu |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Menu.LoadingProgress |