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.
CloseLightmap (and lighting) configuration mode, controls how lightmaps interact with lighting and what kind of information they store.
NonDirectional | Light intensity (no directional information), encoded as 1 lightmap. |
CombinedDirectional | Directional information for direct light is combined with directional information for indirect light, encoded as 2 lightmaps. |
SeparateDirectional | Directional information for direct light is stored separately from directional information for indirect light, encoded as 4 lightmaps. |