Away3D FP9 V1.9.3 API Documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface ISegmentMaterial
Properties
|
Methods
Package
away3d.core.material
Interface
public interface ISegmentMaterial extends
IMaterial
Implementors
TransparentMaterial
,
WireframeMaterial
Interface for all material that are capable of drawing line segments
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined by
visible
: Boolean
IMaterial
Public Methods
Method
Defined by
renderSegment
(seg:
DrawSegment
):void
ISegmentMaterial
Method detail
renderSegment
()
method
public function renderSegment(seg:
DrawSegment
):void
Parameters
seg
:
DrawSegment
Wiki link
Click to go to the wiki page for ####WIKI####
Code examples
Comments