-
Notifications
You must be signed in to change notification settings - Fork 0
How to
Takumii edited this page Feb 8, 2014
·
15 revisions
Home ▸ Tutorials
- How game object and components are managed?
- How to create/remove a game object?
- How to create/remove a component?
- How to work with components?
- How to link a ComponentHandler with a type of component?
- How to communicate between ComponentHandler?
- How to get input service
- How inputs are handled in the input module
- How to create a virtual player
- How to create/remove a player context
- How to create button/axis in a virtual input
- How to check inputs with a virtual input
- How to create and use event with virtual input
- How to check if any key is pressed
- How to get graphics service
- How to configure the window
- How to create a scene
- How to create a node
- How to create an entity
- How to render a scene
- How to manipulate node