Legacy Documentation: Version 5.3
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

MaterialGlobalIlluminationFlags

enumeration

Description

How the material should interact with lightmaps and lightprobes.

Variables

NoneThe emissive lighting should not affect Global Illumination at all.
RealtimeEmissiveThe emissive lighting should affect Global Illumination. It should emit lighting into realtime lightmaps and realtime lightprobes.
BakedEmissiveThe emissive lighting should affect Global Illumination. It should emit lighting into baked lightmaps and baked lightprobes.
EmissiveIsBlackThe 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.