Packageaway3dlite.materials
Classpublic class WireframeMaterial
InheritanceWireframeMaterial Inheritance Material Inheritance flash.events.EventDispatcher

Outline material.



Public Properties
 PropertyDefined By
  alpha : Number
Defines the transparency of the outline.
WireframeMaterial
  color : uint
Defines the color of the outline.
WireframeMaterial
 Inheriteddebug : Boolean
Switches on the debug outlines around each face drawn with the material.
Material
Public Methods
 MethodDefined By
  
WireframeMaterial(color:int = 0xFFFFFF, alpha:Number = 1)
Creates a new WireframeMaterial object.
WireframeMaterial
Events
 Event Summary Defined By
 InheritedDispatched when the material becomes visible in a view.Material
 InheritedDispatched when the material becomes invisible in a view.Material
Property Detail
alphaproperty
alpha:Number

Defines the transparency of the outline.


Implementation
    public function get alpha():Number
    public function set alpha(value:Number):void
colorproperty 
color:uint

Defines the color of the outline.


Implementation
    public function get color():uint
    public function set color(value:uint):void
Constructor Detail
WireframeMaterial()Constructor
public function WireframeMaterial(color:int = 0xFFFFFF, alpha:Number = 1)

Creates a new WireframeMaterial object.

Parameters
color:int (default = 0xFFFFFF) — The color of the outline.
 
alpha:Number (default = 1) — The transparency of the outline.
####INIT####