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

IScriptableBakedReflectionSystemStageNotifier.EnterStage

マニュアルに切り替える
public void EnterStage (int stage, string progressMessage, float progress);

パラメーター

stageThe current stage in progress.
progressMessageThe progress message to display.
progressThe progress to report (between 0 and 1).

説明

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.