Contains baked lightmap and dynamic object probe data for [LightmapGI].
[LightmapGIData] contains baked lightmap and dynamic object probe data for [LightmapGI]. It is replaced every time lightmaps are baked in [LightmapGI].
Adds an object that is considered baked within this [LightmapGIData].
Clear all objects that are considered baked within this [LightmapGIData].
Returns the number of objects that are considered baked within this [LightmapGIData].
Returns the [NodePath] of the baked object at index [param user_idx].
If [code]true[/code], lightmaps were baked with directional information. See also [member LightmapGI.directional].
If [param uses_spherical_harmonics] is [code]true[/code], tells the engine to treat the lightmap data as if it was baked with directional information.
[b]Note:[/b] Changing this value on already baked lightmaps will not cause them to be baked again. This means the material appearance will look incorrect until lightmaps are baked again, in which case the value set here is discarded as the entire [LightmapGIData] resource is replaced by the lightmapper.
The lightmap atlas texture generated by the lightmapper.