end:Vector3D
[read-write]
Defines the ending vertex.
Implementation
public function get end():Vector3D
public function set end(value:Vector3D):void
endColor:uint
[read-write]
Defines the endColor
Implementation
public function get endColor():uint
public function set endColor(value:uint):void
index:uint
[read-write]Implementation
arcane function get index():uint
arcane function set index(value:uint):void
rgbColorVector:Vector
[read-only]Implementation
arcane function get rgbColorVector():Vector
arcane var _segmentsBase:SegmentsBase
segmentsBase:SegmentsBase
[write-only]
Implementation
arcane function set segmentsBase(value:SegmentsBase):void
start:Vector3D
[read-write]
Defines the starting vertex.
Implementation
public function get start():Vector3D
public function set start(value:Vector3D):void
startColor:uint
[read-write]
Defines the startColor
Implementation
public function get startColor():uint
public function set startColor(value:uint):void
thickness:Number
[read-write]
Defines the ending vertex.
Implementation
public function get thickness():Number
public function set thickness(value:Number):void
vertices:Vector
[read-only]Implementation
arcane function get vertices():Vector
public function SegmentBase(v0:Vector3D, v1:Vector3D, v2:Vector3D, color0:uint = 0x333333, color1:uint = 0x333333, thickness:Number = 1)
Parameters
| v0:Vector3D |
|
| v1:Vector3D |
|
| v2:Vector3D |
|
| color0:uint (default = 0x333333 )
|
|
| color1:uint (default = 0x333333 )
|
|
| thickness:Number (default = 1 )
|
Init Parameters