C# Class UnityEditor.WebGL.ProgressHelper

显示文件 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
Advance ( ) : float
Get ( ) : float
LastValue ( ) : float
Reset ( float numSteps ) : void
Show ( string title, string message ) : void
Step ( string title, string message ) : void

Method Details

Advance() public method

public Advance ( ) : float
return float

Get() public method

public Get ( ) : float
return float

LastValue() public method

public LastValue ( ) : float
return float

Reset() public method

public Reset ( float numSteps ) : void
numSteps float
return void

Show() public method

public Show ( string title, string message ) : void
title string
message string
return void

Step() public method

public Step ( string title, string message ) : void
title string
message string
return void