The LightManager class.
More...
#include <lightmanager.h>
The LightManager class.
Management of Lights
Light * LightManager::createLight |
( |
const string & |
light_name | ) |
|
createLight
Create a new Light with Name
- Parameters
-
- Returns
Light * LightManager::getLight |
( |
const std::string & |
light_name | ) |
|
getLight
Return Light object by Name
- Parameters
-
- Returns
Lights LightManager::getLights |
( |
void |
| ) |
|
getLights
Return a List of Lights
- Returns
SpotLights LightManager::getSpotLights |
( |
void |
| ) |
|
void LightManager::remove |
( |
const string & |
light_name | ) |
|
remove
Remove Light object by Name
- Parameters
-
The documentation for this class was generated from the following files: