Package | away3dlite.materials |
Class | public class WireframeMaterial |
Inheritance | WireframeMaterial Material flash.events.EventDispatcher |
Property | Defined by | ||
---|---|---|---|
alpha : Number
Defines the transparency of the outline.
| WireframeMaterial | ||
color : uint
Defines the color of the outline.
| WireframeMaterial | ||
debug : Boolean
Switches on the debug outlines around each face drawn with the material.
| Material |
Method | Defined by | ||
---|---|---|---|
WireframeMaterial
(color:int = 0xFFFFFF, alpha:Number = 1)
Creates a new
WireframeMaterial object. | WireframeMaterial |
alpha | property |
alpha:Number
[read-write]Defines the transparency of the outline.
Implementation public function get alpha():Number
public function set alpha(value:Number):void
color | property |
color:uint
[read-write]Defines the color of the outline.
Implementation public function get color():uint
public function set color(value:uint):void
WireframeMaterial | () | constructor |
public function WireframeMaterial(color:int = 0xFFFFFF, alpha:Number = 1)
Parameters
color:int (default = 0xFFFFFF ) — The color of the outline.
|
|
alpha:Number (default = 1 ) — The transparency of the outline.
|