setDirection abstract method
- MapSceneLightsCategory category,
- MapSceneLightsDirection direction,
- MapSceneLightsAttributeSettingCallback? callback
Set a new direction for the light based on its category.
-
categoryThe category of light for which the direction is set. -
directionThe Direction contains azimuth and altitude angles in degrees. -
callbackOptional callback that will receive the result of this operation.
Implementation
void setDirection(MapSceneLightsCategory category, MapSceneLightsDirection direction, MapSceneLightsAttributeSettingCallback? callback);