Thing2

Undocumented in source.
static
class Thing2 : Component , Updatable {}

Members

Functions

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

Inherited Members

From Component

__anonymous
mixin Reflect
Undocumented in source.
entity
Entity entity;

owner entity

setup
void setup()

initialize the component. entity is already set.

destroy
void destroy()

release resources and clean up

transform
Transform transform [@property getter]

forward to entity.transform

From Updatable

update
void update()
Undocumented in source.

Meta