Version: 2020.3
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

IScriptableBakedReflectionSystemStageNotifier.ExitStage

マニュアルに切り替える
public void ExitStage (int stage);

パラメーター

stage The completed stage.

説明

Indicates that a stage is complete.

Call this method during the ticking of an ScriptableBakedReflectionSystem. See IScriptableBakedReflectionSystem.Tick.