Class Component

Interface for components to implement.

Inherits from

Constructors

Name Description
this

Fields

Name Type Description
owner GameObject The GameObject that owns this component.
yaml dyaml.node.Node The node that defined the component.

Methods

Name Description
draw Called on the draw cycle.
initialize The function called on initialization of the object.
shutdown Called on shutdown.
update Called on the update cycle.
refresh Called when refreshing an object.

Authors

Copyright

License