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目前正在进行的阶段。
progressMessage要显示的进度消息。
progress要报告的进度(在 0 到 1 之间)。

描述

更新烘焙阶段进度信息。

在 ScriptableBakedReflectionSystem 定时执行期间调用此方法。(请参阅 IScriptableBakedReflectionSystem.Tick)。

在编辑器窗口左下角的状态栏中将报告进度。