Package | flash.display3D |
Class | public final class Context3DFillMode |
Inheritance | Context3DFillMode Object |
Language version: | ActionScript 3.0 |
Runtime version: | AIR 16 |
See also
Constant | Defined by | ||
---|---|---|---|
SOLID : String = "solid" [static]
The fill mode is solid mode.
| Context3DFillMode | ||
WIREFRAME : String = "wireframe" [static]
The fill mode is wireframe mode.
| Context3DFillMode |
SOLID | constant |
public static const SOLID:String = "solid"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 16 |
The fill mode is solid mode.
WIREFRAME | constant |
public static const WIREFRAME:String = "wireframe"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 16 |
The fill mode is wireframe mode.