Skip to content

Components

acoox edited this page Apr 22, 2021 · 5 revisions

First see Entity Component System and Entities.

All components should extend from the Component class.

Component Lifecycle

A component's lifecycle is the same as the entity to which it is attached.

Clone this wiki locally