Version: 2023.1
言語: 日本語
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);

パラメーター

stage The current stage in progress.
progressMessage The progress message to display.
progress The 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.