Package | away3d.primitives.utils |
Class | public class CubeFaces |
Constant | Defined by | ||
---|---|---|---|
BACK : String = "back" [static]
The face on the back side of the cube.
| CubeFaces | ||
BOTTOM : String = "bottom" [static]
The face on the bottom of the cube, ie.
| CubeFaces | ||
FRONT : String = "front" [static]
The face on the front side of the cube.
| CubeFaces | ||
LEFT : String = "left" [static]
The face on the left hand side
| CubeFaces | ||
RIGHT : String = "right" [static]
The face on the right hand side
| CubeFaces | ||
TOP : String = "top" [static]
The face on the top of the cube
| CubeFaces |
BACK | constant |
public static const BACK:String = "back"
The face on the back side of the cube.
BOTTOM | constant |
public static const BOTTOM:String = "bottom"
The face on the bottom of the cube, ie. the "floor"
FRONT | constant |
public static const FRONT:String = "front"
The face on the front side of the cube.
LEFT | constant |
public static const LEFT:String = "left"
The face on the left hand side
RIGHT | constant |
public static const RIGHT:String = "right"
The face on the right hand side
TOP | constant |
public static const TOP:String = "top"
The face on the top of the cube