2024 Method
Changes 0
M

LightGroupManager.SetLightGroupOn

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