Package | away3d.core.material |
Class | public class ColorMaterial |
Implements | ITriangleMaterial |
Property | Defined by | ||
---|---|---|---|
alpha : Number | ColorMaterial | ||
color : uint | ColorMaterial | ||
visible : Boolean [read-only]
| ColorMaterial |
Method | Defined by | ||
---|---|---|---|
ColorMaterial
(color:* = null, init:Object = null) | ColorMaterial | ||
ColorMaterial | |||
ColorMaterial |
alpha | property |
public var alpha:Number
color | property |
public var color:uint
visible | property |
visible:Boolean
[read-only]Implementation
public function get visible():Boolean
ColorMaterial | () | constructor |
public function ColorMaterial(color:* = null, init:Object = null)
Parameters
color:* (default = null )
|
|
init:Object (default = null )
|
renderTriangle | () | method |
shadeTriangle | () | method |