Packageaway3d.materials
Classpublic class WireColorMaterial
ImplementsITriangleMaterial

Material for solid color drawing with face's border outlining

Public Properties
 PropertyDefined by
  alpha : Number
WireColorMaterial
  color : int
WireColorMaterial
  graphics : Graphics
WireColorMaterial
  visible : Boolean
[read-only]
WireColorMaterial
  width : Number
WireColorMaterial
  wirealpha : Number
WireColorMaterial
  wirecolor : int
WireColorMaterial
Public Methods
 MethodDefined by
  
WireColorMaterial
(color:* = null, init:Object = null)
WireColorMaterial
  
WireColorMaterial
Property detail
alphaproperty
public var alpha:Number
colorproperty 
public var color:int
graphicsproperty 
public var graphics:Graphics
visibleproperty 
visible:Boolean  [read-only]Implementation
    public function get visible():Boolean
widthproperty 
public var width:Number
wirealphaproperty 
public var wirealpha:Number
wirecolorproperty 
public var wirecolor:int
Constructor detail
WireColorMaterial()constructor
public function WireColorMaterial(color:* = null, init:Object = null)Parameters
color:* (default = null)
 
init:Object (default = null)
Init Parameters
Method detail
renderTriangle()method
public function renderTriangle(tri:DrawTriangle):void Parameters
tri:DrawTriangle
Wiki link
Click to go to the wiki page for 'away3d.materials.WireColorMaterial'

Code examples

Comments