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 should interact with lightmaps and lightprobes.
See Also: Material.globalIlluminationFlags.
None | The emissive lighting should not affect Global Illumination at all. |
RealtimeEmissive | The emissive lighting should affect Global Illumination. It should emit lighting into realtime lightmaps and realtime lightprobes. |
BakedEmissive | The emissive lighting should affect Global Illumination. It should emit 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. |