com.annahid.libs.artenus.entities.behavior
Provides behavioral interfaces for entities. Each entity in a scene can have one or more of the
behaviors defined in this package.
Interface Summary
| Interface | Description |
|---|---|
| Animatable | Interface for all entities that can be animated. |
| Renderable | Interface for all entities that support rendering of visual content. |
| Touchable | Interface for all entities that can receive touch events. |
| Transformable | Interface for all entities that can be moved, rotated, and scaled. |
Enum Summary
| Enum | Description |
|---|---|
| Behaviors | Entity behaviors. |