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:* = null, wireAlpha:Number = 1, thickness:Number = 1)
Creates a new WireColorMaterial object. | WireColorMaterial |
thickness | property |
thickness:Number
Defines the thickness of the outline.
public function get thickness():Number
public function set thickness(value:Number):void
wireAlpha | property |
wireAlpha:Number
Defines the transparency of the outline.
public function get wireAlpha():Number
public function set wireAlpha(value:Number):void
wireColor | property |
wireColor:uint
Defines the color of the outline.
public function get wireColor():uint
public function set wireColor(value:uint):void
WireColorMaterial | () | Constructor |
public function WireColorMaterial(color:* = null, alpha:Number = 1, wireColor:* = null, wireAlpha:Number = 1, thickness:Number = 1)
Creates a new WireColorMaterial
object.
color:* (default = null ) — The color of the material.
| |
alpha:Number (default = 1 ) — The transparency of the material.
| |
wireColor:* (default = null ) — The color of the outline.
| |
wireAlpha:Number (default = 1 ) — The transparency of the outline.
| |
thickness:Number (default = 1 ) — The thickness of the outline.
|