Version: 2021.3
Experimental: this API is experimental and might be changed or removed in the future.

ScriptableBakedReflectionSystem.Tick

切换到手册

参数

sceneStateHash 当前场景状态哈希。
handle 用于接收有关烘焙过程各阶段状态的通知的句柄。

描述

在编辑器更新过程中会调用此方法,直到 ScriptableBakedReflectionSystem 指示烘焙完成,即 handle.SetIsDone(true)。(请参阅 IScriptableBakedReflectionSystemStageNotifier.SetIsDone)。

此实现不执行任何操作。

请在您自己的实现中重载此方法以准备和发布 ScriptableBakedReflectionSystem 中所需的烘焙作业。请参阅 IScriptableBakedReflectionSystem