Select your preferred scripting language. All code snippets will be displayed in this language.
enumeration
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.
CloseHow the material interacts with lightmaps and lightprobes.
See Also: Material.globalIlluminationFlags.
None | The emissive lighting does not affect Global Illumination at all. |
RealtimeEmissive | The emissive lighting will affect realtime Global Illumination. It emits lighting into realtime lightmaps and realtime lightprobes. |
BakedEmissive | The emissive lighting affects baked Global Illumination. It emits lighting into baked lightmaps and baked lightprobes. |
EmissiveIsBlack | The emissive lighting is guaranteed to be black. This lets the lightmapping system know that it doesn't have to extract emissive lighting information from the material and can simply assume it is completely black. |