SceneLightManager

acts as a manager for Light3D components

class SceneLightManager : Manager , Updatable {}

Constructors

this
this()
Undocumented in source.

Members

Functions

destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

shader
Shader shader;

the lighting shader

Inherited Members

From Manager

scene
Scene scene;

set when attached to a scene

setup
void setup()

performs any setup needed for this manager

update
void update()

updates this manager

destroy
void destroy()

frees resources used by this manager

Meta