LightBakingOutput
7/14/25Less than 1 minute
LightBakingOutput
Struct describing the result of a Global Illumination bake for a given light.
The example below demonstrates how you can check the baked status of a light and change its active state.
Members
Properties
| Name | Description |
|---|---|
LightBakingOutput.isBaked | Is the light contribution already stored in lightmaps and/or lightprobes? |
LightBakingOutput.lightmapBakeType | This property describes what part of a light's contribution was baked. |
LightBakingOutput.occlusionMaskChannel | In case of a LightmapBakeType.Mixed light, contains the index of the occlusion mask channel to use if any, otherwise -1. |
LightBakingOutput.probeOcclusionLightIndex | In case of a LightmapBakeType.Mixed light, contains the index of the light as seen from the occlusion probes point of view if any, otherwise -1. |
Constructor
| Name | Description |
|---|---|
[LightBakingOutput()](./Basic Construcor .md) | Create new Light Baking Output |

