Experimental: this API is experimental and might be changed or removed in the future.

IScriptableBakedReflectionSystemStageNotifier.EnterStage

Switch to Manual
public void EnterStage (int stage, string progressMessage, float progress);

Parameters

stageThe current stage in progress.
progressMessageThe progress message to display.
progressThe 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.