Uses of Class
com.b3dgs.lionengine.game.strategy.Orientation

Packages that use Orientation
com.b3dgs.lionengine.game.strategy   
 

Uses of Orientation in com.b3dgs.lionengine.game.strategy
 

Methods in com.b3dgs.lionengine.game.strategy that return Orientation
 Orientation AbstractUnit.getOrientation()
          Get current orientation.
 Orientation AbstractUnit.getOrientationOld()
          Get previous orientation.
static Orientation Orientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Orientation[] Orientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.b3dgs.lionengine.game.strategy with parameters of type Orientation
 void AbstractUnit.setOrientation(Orientation orientation)
          Set specific orientation.