Artenus 2D Framework
Artenus Reference

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

InterfaceDescription
AnimatableInterface for all entities that can be animated.
RenderableInterface for all entities that support rendering of visual content.
TouchableInterface for all entities that can receive touch events.
TransformableInterface for all entities that can be moved, rotated, and scaled.

Enum Summary

EnumDescription
BehaviorsEntity behaviors.