Package | away3d.sprites |
Class | public class SpriteAlign |
Constant | Defined by | ||
---|---|---|---|
BOTTOM : String = "bottom" [static]
| SpriteAlign | ||
BOTTOM_LEFT : String = "bottomLeft" [static]
| SpriteAlign | ||
BOTTOM_RIGHT : String = "bottomRight" [static]
| SpriteAlign | ||
CENTER : String = "center" [static]
| SpriteAlign | ||
LEFT : String = "left" [static]
| SpriteAlign | ||
RIGHT : String = "right" [static]
| SpriteAlign | ||
TOP : String = "top" [static]
| SpriteAlign | ||
TOP_LEFT : String = "topLeft" [static]
| SpriteAlign | ||
TOP_RIGHT : String = "topRight" [static]
| SpriteAlign |
BOTTOM | constant |
public static const BOTTOM:String = "bottom"
BOTTOM_LEFT | constant |
public static const BOTTOM_LEFT:String = "bottomLeft"
BOTTOM_RIGHT | constant |
public static const BOTTOM_RIGHT:String = "bottomRight"
CENTER | constant |
public static const CENTER:String = "center"
LEFT | constant |
public static const LEFT:String = "left"
RIGHT | constant |
public static const RIGHT:String = "right"
TOP | constant |
public static const TOP:String = "top"
TOP_LEFT | constant |
public static const TOP_LEFT:String = "topLeft"
TOP_RIGHT | constant |
public static const TOP_RIGHT:String = "topRight"