public void EnterStage(int stage,
string progressMessage,
float progress);
Parameters
| stage | The current stage in progress. | |
| progressMessage | The progress message to display. | |
| progress | The progress to report (between 0 and 1). |
Description 描述
Update the baking stage progress information.
Call this method during the ticking of an ScriptableBakedReflectionSystem. (See IScriptableBakedReflectionSystem.Tick).
The progress will be reported in the status bar in the bottom left of the editor window.