| Class | Description |
|---|---|
| BoundingBoxComponent |
Component that adds bounding box information to an entity.
|
| CollidableComponent |
Marks an entity as collidable.
|
| DrawableComponent |
Allows drawing directly to graphics context.
|
| HealthComponent |
Represents some form of entity health based on integer values.
|
| IDComponent |
Adds ID to an entity, so it can be uniquely identified.
|
| PositionComponent |
Component that adds a 2d position to an entity.
|
| RechargeableComponent |
Any rechargeable component, such as HP, SP, ammo, etc.
|
| RotationComponent |
Adds rotation data to an entity.
|
| SelectableComponent |
Marks an entity as selectable.
|
| TypeComponent |
Represents an entity type.
|
| ViewComponent |
Adds a game scene view to an entity.
|
Copyright © 2017. All rights reserved.