Light

Undocumented in source.

Constructors

this
this(vec3 color)
Undocumented in source.

Members

Functions

shutdown
void shutdown()
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.

Mixins

__anonymous
mixin Property!("vec3", "color", "public")
Undocumented in source.

Inherited Members

From Component

update
void update()

Function called on update.

shutdown
void shutdown()

Function called on shutdown.

__anonymous
mixin Property!("GameObject", "owner", "public")

The GameObject that owns this component.

Meta