sceneStateHash | 当前场景状态哈希。 |
handle | 用于接收烘焙过程阶段状态通知的句柄。 |
在编辑器更新期间调用此方法,直到 ScriptableBakedReflectionSystem 指示烘焙完成,使用 handle.SetIsDone(true)
。(参见 IScriptableBakedReflectionSystemStageNotifier.SetIsDone)。
此实现不执行任何操作。
在您自己的实现中重写此方法,以根据需要在您的 ScriptableBakedReflectionSystem 中准备和发布烘焙作业。请参阅 IScriptableBakedReflectionSystem。