Component

Interface for components to implement.

Constructors

this
this(GameObject owner)
Undocumented in source.

Members

Functions

shutdown
void shutdown()

Function called on shutdown.

update
void update()

Function called on update.

Mixins

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

The GameObject that owns this component.

Meta