Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

[Flags]public enum SupportedRenderingFeatures.LightmapMixedBakeModes

Fields

Value

Description

IndirectOnlySame as MixedLightingMode.IndirectOnly but determines if it is supported by the pipeline.
NoneNo mode is supported.
ShadowmaskDetermines what is supported by the rendering pipeline. This enum is similar to MixedLightingMode.
SubtractiveSame as MixedLightingMode.Subtractive but determines if it is supported by the pipeline.