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

ScriptableBakedReflectionSystem

class in UnityEditor.Experimental.Rendering


인터페이스 구현:IScriptableBakedReflectionSystem

매뉴얼로 전환

설명

Empty implementation of IScriptableBakedReflectionSystem.

Use this class as a base class and override its methods to implement your own ScriptableBakedReflectionSystem.

변수

stageCountNumber of stages of the baking process.
stateHashesThe hashes of the current baked state of the ScriptableBakedReflectionSystem.

Public 함수

BakeAllReflectionProbesImplement this method to bake all of the loaded reflection probes.
CancelCancel the running bake jobs.
ClearClear the state of ScriptableBakedReflectionSystem.
SynchronizeReflectionProbesSynchronize the baked data with the actual components and rendering settings.
TickThis method is called during the Editor update until the ScriptableBakedReflectionSystem indicates that the baking is complete, with handle.SetIsDone(true). (See IScriptableBakedReflectionSystemStageNotifier.SetIsDone).