Component

the composable unit of functionality

Members

Functions

destroy
void destroy()

release resources and clean up

setup
void setup()

initialize the component. entity is already set.

Mixins

__anonymous
mixin Reflect
Undocumented in source.

Properties

transform
Transform transform [@property getter]

forward to entity.transform

Variables

entity
Entity entity;

owner entity

Meta