Unigine.Plugins.IG.LightController Class
LightController Class
Members
void SetEnabled ( Node parent_node, string path, bool enable ) #
Enables or disables all lights of a given parent node within a specified category.Arguments
- Node parent_node - Parent node of lights to be enabled.
- string path - Category of lights in the lights hierarchy.
- bool enable - true to enable lights, false to disable.
void SetEnabled ( string path, bool enable ) #
Enables or disables all lights within a specified category.Arguments
- string path - Category of lights in the lights hierarchy.
- bool enable - true to enable lights, false to disable.
void SetStrobed ( string path, bool enable ) #
Enables or disables lights strobing within a specified category.Arguments
- string path - Category of lights in the lights hierarchy.
- bool enable - true to enable strobing, false to disable.
void SetBright ( string path, float bright ) #
Sets the intensity of lights within a specified category.Arguments
- string path - Category of lights in the lights hierarchy.
- float bright - Light intensity value within the [0.0f; 1.0f] range.
Last update:
2024-12-13
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)