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