Version: 2021.2
언어: 한국어
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.