Package | away3d.primitives.utils |
Class | public class CubeFaces |
Inheritance | CubeFaces Object |
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