-
Notifications
You must be signed in to change notification settings - Fork 7
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.
A component's lifecycle is the same as the entity to which it is attached.