Packageorg.openPyro.core
Classpublic class Direction



Public Constants
 ConstantDefined by
  DOWN : String = "down"
[static]
Direction
  HORIZONTAL : String = "horizontal"
[static]
Direction
  LEFT : String = "left"
[static]
Direction
  RIGHT : String = "right"
[static]
Direction
  UP : String = "up"
[static]
Direction
  VERTICAL : String = "vertical"
[static]
Direction
Constant detail
DOWNconstant
public static const DOWN:String = "down"
HORIZONTALconstant 
public static const HORIZONTAL:String = "horizontal"
LEFTconstant 
public static const LEFT:String = "left"
RIGHTconstant 
public static const RIGHT:String = "right"
UPconstant 
public static const UP:String = "up"
VERTICALconstant 
public static const VERTICAL:String = "vertical"