2020 Method
Changes 0
M

LightGroupManager.SetLightOn

Description:
Turns the given light on or off for rendering the given view depending on the bool argument
public void SetLightOn(
	ElementId viewId,
	ElementId lightId,
	bool turnOn
)