Method LightHasBeenPlacedInAtlas
LightHasBeenPlacedInAtlas(HDAdditionalLightData)
This function verifies if the light has its shadow maps placed in the cached shadow atlas.
Declaration
public bool LightHasBeenPlacedInAtlas(HDAdditionalLightData lightData)
Parameters
Type | Name | Description |
---|---|---|
HDAdditionalLightData | lightData | The light that we want to check the placement of. |
Returns
Type | Description |
---|---|
bool | True if the shadow map is already placed in the atlas, false otherwise. |