Camera

Undocumented in source.

Constructors

this
this()
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 Signal!(string, string)
Undocumented in source.

Properties

viewMatrix
mat4 viewMatrix [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

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