| Constant | Defined By | ||
|---|---|---|---|
| LINES : int = 4 [static] | F5VertexMode | ||
| POINTS : int = 2 [static] | F5VertexMode | ||
| POLYGON : int = 0 [static] | F5VertexMode | ||
| QUADS : int = 16 [static] | F5VertexMode | ||
| QUAD_STRIP : int = 17 [static] | F5VertexMode | ||
| TRIANGLE_FAN : int = 11 [static] | F5VertexMode | ||
| TRIANGLES : int = 9 [static] | F5VertexMode | ||
| TRIANGLE_STRIP : int = 10 [static] | F5VertexMode | ||
| LINES | Constant |
public static const LINES:int = 4| POINTS | Constant |
public static const POINTS:int = 2| POLYGON | Constant |
public static const POLYGON:int = 0| QUAD_STRIP | Constant |
public static const QUAD_STRIP:int = 17| QUADS | Constant |
public static const QUADS:int = 16| TRIANGLE_FAN | Constant |
public static const TRIANGLE_FAN:int = 11| TRIANGLE_STRIP | Constant |
public static const TRIANGLE_STRIP:int = 10| TRIANGLES | Constant |
public static const TRIANGLES:int = 9