getIntensity abstract method

double? getIntensity(
  1. MapSceneLightsCategory category
)

Retrieves the current intensity of the light based on its category.

  • category The category of light from which the intensity is retrieved.

Returns double?. The current intensity of the light, or null if the light is missing from the loaded scene or MapScene is not intitialized.

Implementation

double? getIntensity(MapSceneLightsCategory category);