Version: 2019.2
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

ScriptableBakedReflectionSystem

class in UnityEditor.Experimental.Rendering

/

Implemented in:UnityEditor


Implements interfaces:IScriptableBakedReflectionSystem

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Empty implementation of IScriptableBakedReflectionSystem.

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

Properties

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

Public Methods

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