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

ScriptableBakedReflectionSystem

class in UnityEditor.Experimental.Rendering


Implements interfaces:IScriptableBakedReflectionSystem

Switch to Manual

Description

Empty implementation of IScriptableBakedReflectionSystem.

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

Variables

stageCountNumber of stages of the baking process.

Public Functions

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).