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
Defines the transparency of the outline.
public function get alpha():Number
public function set alpha(value:Number):void
color | property |
color:uint
Defines the color of the outline.
public function get color():uint
public function set color(value:uint):void
WireframeMaterial | () | Constructor |
public function WireframeMaterial(color:int = 0xFFFFFF, alpha:Number = 1)
Creates a new WireframeMaterial
object.
color:int (default = 0xFFFFFF ) — The color of the outline.
| |
alpha:Number (default = 1 ) — The transparency of the outline.
|