| Annotation Type | Description |
|---|---|
| AddCollisionHandler |
Indicates that a class that extends
CollisionHandler will be automatically
added to physics world's collision handlers. |
| Handles |
Indicates that a method handles an event of specific type.
|
| OnUserAction |
Indicates that a method is called when user triggers an action.
|
| SetEntityFactory |
Indicates that a class will be used as the main entity factory.
|
| Spawns |
Indicates that a method is used for creating entities.
|
| SpawnSymbol |
Indicates that a method is used for creating entities when using
TextEntityFactory. |
Copyright © 2017. All rights reserved.