Loading...
Searching...
No Matches
realvirtual.LightGroup Class Reference
The LightGroup is used to be able to set centralized multiple lights. More...
Inheritance diagram for realvirtual.LightGroup:
Public Member Functions | |
| void | SetIntensity (LightGroupEnum group, float intensity) |
| Sets the intensity if the light is assigned to the LightGroup group. | |
Public Attributes | |
| LightGroupEnum | Group |
| The group of the light. | |
Detailed Description
The LightGroup is used to be able to set centralized multiple lights.
You can attach a LightGroup to any light in the scene. realvirtualController will use the LightGroup to set the light intensity.
Member Function Documentation
◆ SetIntensity()
| void realvirtual.LightGroup.SetIntensity | ( | LightGroupEnum | group, |
| float | intensity | ||
| ) |
Sets the intensity if the light is assigned to the LightGroup group.
Member Data Documentation
◆ Group
| LightGroupEnum realvirtual.LightGroup.Group |
The group of the light.