| Constant | Defined 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 | ||
| DOWN | constant |
public static const DOWN:String = "down"
| HORIZONTAL | constant |
public static const HORIZONTAL:String = "horizontal"
| LEFT | constant |
public static const LEFT:String = "left"
| RIGHT | constant |
public static const RIGHT:String = "right"
| UP | constant |
public static const UP:String = "up"
| VERTICAL | constant |
public static const VERTICAL:String = "vertical"