Package | away3d.core.material |
Class | public class WireColorMaterial |
Implements | ITriangleMaterial |
Property | Defined by | ||
---|---|---|---|
alpha : Number | WireColorMaterial | ||
color : int | WireColorMaterial | ||
graphics : Graphics | WireColorMaterial | ||
visible : Boolean [read-only]
| WireColorMaterial | ||
width : Number | WireColorMaterial | ||
wirealpha : Number | WireColorMaterial | ||
wirecolor : int | WireColorMaterial |
Method | Defined by | ||
---|---|---|---|
WireColorMaterial
(color:* = null, init:Object = null) | WireColorMaterial | ||
WireColorMaterial | |||
WireColorMaterial |
alpha | property |
public var alpha:Number
color | property |
public var color:int
graphics | property |
public var graphics:Graphics
visible | property |
visible:Boolean
[read-only]Implementation
public function get visible():Boolean
width | property |
public var width:Number
wirealpha | property |
public var wirealpha:Number
wirecolor | property |
public var wirecolor:int
WireColorMaterial | () | constructor |
public function WireColorMaterial(color:* = null, init:Object = null)
Parameters
color:* (default = null )
|
|
init:Object (default = null )
|
renderTriangle | () | method |
shadeTriangle | () | method |