| Package | flash.display3D |
| Class | public final class Context3DFillMode |
| Inheritance | Context3DFillMode Object |
| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 16 |
Related API Elements
Public Properties
Public Methods
Public Constants
| 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 | ||
Constant Detail
SOLID | Constant |
public static const SOLID:String = "solid"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 16 |
The fill mode is solid mode.
WIREFRAME | Constant |
public static const WIREFRAME:String = "wireframe"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 16 |
The fill mode is wireframe mode.
Thu Dec 6 2018, 01:12 PM -08:00
Hide Inherited Public Properties
Show Inherited Public Properties