Struct ProbeSettings.Lighting
Lighting parameters for the probe.
Namespace: UnityEngine.Experimental.Rendering.HDPipeline
Syntax
[Serializable]
public struct Lighting
Fields
default
Default value.
Declaration
public static readonly ProbeSettings.Lighting default
Field Value
| Type | Description |
|---|---|
| ProbeSettings.Lighting |
lightLayer
Declaration
public LightLayerEnum lightLayer
Field Value
| Type | Description |
|---|---|
| LightLayerEnum |
multiplier
A multiplier applied to the radiance of the probe.
Declaration
public float multiplier
Field Value
| Type | Description |
|---|---|
| Single |
weight
A weight applied to the influence of the probe.
Declaration
public float weight
Field Value
| Type | Description |
|---|---|
| Single |