-
Notifications
You must be signed in to change notification settings - Fork 0
Tutorials Component
Takumii edited this page Feb 21, 2014
·
2 revisions
- What is a game object
- How to create a game object
- How to add a game object in a world
- How to remove a game object from a world
- How game objects are managed in a world
- How to retrieve a game object
- How to retrieve the number of game object in a world
- How to implement a custom game object manager
- How to add a custom game object manager
- How to remove a custom game object manager
- What is a component
- How to create a component
- How to add a component on a game object
- How to remove a component from a game object
- How components are managed in a world
- How to retrieve a component
- What is a system
- How to implement a system
- How to associate a system with components
- How to associate a system with all components
- How system are managed
- How to add a system
- How to remove a system
- How to retrieve a system
- How a system is notified when a component is added to the world
- How a system is notified when a component is removed from a world
- How a system is updated