Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

ProbeBakeRequest

struct in UnityEngine.LightTransport

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

The ProbeBakeRequest contains all the data needed to bake a collection of probes. Can be added to a BakeInput.

Properties

Property Description
bakeOutputFolderPathThe folder used to store the output when the probes in the request are baked.
deringWhen true applies deringing to the probes in the request.
ignoreDirectEnvironmentWhen true ignores baking direct environment lighting into the probe.
ignoreIndirectEnvironmentWhen true ignores baking indirect environment lighting into the probe.
indirectScaleA scale to apply to the indirect probe lighting.
outputTypesA bitmask that describes the outputs to bake for the probes in this request. Additional resources: ProbeBakeRequestOutput.
positionLengthThe number of probe positions in this request.
positionOffsetThe probe position offset of this request into the position array held by the BakeInput that contains this request.
postProcessOutputFolderPathThe folder used to store the output when the probes in the request are postprocessed.
pushoffPushoff value used when baking the probes in the request.