Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

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

LightmapData

class in UnityEngine

Description

Data of a lightmap.

A scene can have several lightmaps stored in it, and Renderer components can use those lightmaps. This makes it possible to use the same material on multiple objects, while each object can refer to a different lightmap or different portion of the same lightmap.

See Also: LightmapSettings class, Renderer.lightmapIndex

Variables

lightmapDirLightmap storing only the indirect incoming light.
lightmapLightLightmap storing the full incoming light.