This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

IScriptableBakedReflectionSystemStageNotifier.SetIsDone

public void SetIsDone(bool isDone);

Parameters

isDoneWhether the baking is complete.

Description

Indicates whether the baking is complete.

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