Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

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

LightmappingMode

enumeration

Description

Enum controlling whether a light affects baked lightmaps, dynamic objects or both.

Variables

RealtimeThe light affects only dynamic objects, not direct or indirect baking.
BakedThe light only affects lightmap baking, not dynamic objects.
MixedThe light affects both lightmap baking and dynamic objects.