Uses of Package
controller

Packages that use controller
Package
Description
 
The controller package contains Object controllers that govern an objects behavior, without being involved in its collision or drawing properties.
 
  • Classes in controller used by collider
    Class
    Description
    Class that controls the LOGICAL behavior of an object independently of how it is displayed or drawn.
  • Classes in controller used by controller
    Class
    Description
    Controller using key events for up, down, left, right and space (shooting) to control the ego object behavior.
    This class controls the space invaders.
    Class that controls the LOGICAL behavior of an object independently of how it is displayed or drawn.
  • Classes in controller used by gameobjects
    Class
    Description
    Class that controls the LOGICAL behavior of an object independently of how it is displayed or drawn.