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

IScriptableBakedReflectionSystem.stageCount

切换到手册
public int stageCount ;

描述

烘焙过程的阶段数。

当勾选 ScriptableBakedReflectionSystem(请参阅 IScriptableBakedReflectionSystem.Tick)时,当前的 IScriptableBakedReflectionSystem 应该通过各阶段烘焙数据。

您自己的反射系统实现可能具有不同的阶段数,应在此处设置该数量。

BuiltinScriptableBakedReflectionSystem 经历 2 个阶段:BakeReflectionProbes 和 RenderRealtimeProbes。