Enum ProbeVolume.Mode
Indicates which renderers should be considerer for the Probe Volume bounds when baking
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public enum ProbeVolume.Mode
Fields
Name | Description |
---|---|
Global | Encapsulate all renderers in the baking set. |
Local | Encapsulate all renderers in the bounding box. |
Scene | Encapsulate all renderers in the scene. |