Version: 2021.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.