Version: 2022.2
언어: 한국어
Experimental: this API is experimental and might be changed or removed in the future.

IScriptableBakedReflectionSystemStageNotifier.SetIsDone

매뉴얼로 전환
public void SetIsDone (bool isDone);

파라미터

isDone Whether the baking is complete.

설명

Indicates whether the baking is complete.

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