(Beta)
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.
Wed Nov 21 2018, 06:34 AM -08:00