API ReferenceSandbox.Menu
LoadingProgressclass
object→LoadingProgress
Methods1
Showing 1 methods
public System.TimeSpan CalculateETA()
Returns:
TimeSpan—No results match this filter.
Properties5
Showing 5 properties
public double Sandbox.Menu.LoadingProgress.Fraction { get; set; }
A value between 0 and 1, to show a progress bar
Returns:
double—public double Sandbox.Menu.LoadingProgress.Mbps { get; set; }
The current transfer rate in Megabits per second. 0 is none.
Returns:
double—public double Sandbox.Menu.LoadingProgress.Percent { get; set; }
Delta multipled by 100
Returns:
double—public string Sandbox.Menu.LoadingProgress.Title { get; set; }
Returns:
string—public double Sandbox.Menu.LoadingProgress.TotalSize { get; set; }
The total size of what we're trying to download
Returns:
double—No results match this filter.