SupportedRenderingFeatures.LightmapMixedBakeModes
Same as MixedLightingMode for baking, but is used to determine what is supported by the pipeline.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
[Flags]public enum SupportedRenderingFeatures.LightmapMixedBakeModes
Fields
Value | Description |
|---|---|
| IndirectOnly | Same as MixedLightingMode.IndirectOnly but determines if it is supported by the pipeline. |
| None | No mode is supported. |
| Shadowmask | Determines what is supported by the rendering pipeline. This enum is similar to MixedLightingMode. |
| Subtractive | Same as MixedLightingMode.Subtractive but determines if it is supported by the pipeline. |