SceneLightManager

acts as a manager for Light3D components

Constructors

this
this()
Undocumented in source.

Members

Aliases

max_lights
alias max_lights = rlights.MAX_LIGHTS
Undocumented in source.

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;
Undocumented in source.

Inherited Members

From Manager

scene
Scene scene;

set when attached to a scene

update
void update()

updates this manager

destroy
void destroy()

frees resources used by this manager

Meta