| Package | sandy.materials.attributes |
| Class | public class DashedLineAttributes |
| Inheritance | DashedLineAttributes LineAttributes AAttributes |
| Method | Defined by | ||
|---|---|---|---|
|
DashedLineAttributes(p_nThickness:uint = 1, p_nColor:uint = 0, p_nAlpha:Number = 1, p_length:Number = 10, p_gap:Number = 10)
Creates a new DashedLineAttributes object.
| DashedLineAttributes | ||
![]() |
Method called before the display list rendering.
| AAttributes | |
![]() |
Draws attribute to the graphics object.
| AAttributes | |
![]() |
Applies attribute to a sprite.
| AAttributes | |
![]() |
Method called right after the display list rendering.
| AAttributes | |
![]() |
Allows to proceed to an initialization to know when the polyon isn't lined to the material.
| AAttributes | |
![]() |
Remove all the initialization (opposite of init).
| AAttributes | |
| DashedLineAttributes | () | constructor |
public function DashedLineAttributes(p_nThickness:uint = 1, p_nColor:uint = 0, p_nAlpha:Number = 1, p_length:Number = 10, p_gap:Number = 10)Creates a new DashedLineAttributes object.
Parametersp_nThickness:uint (default = 1) — The line thickness.
|
|
p_nColor:uint (default = 0) — The line color.
|
|
p_nAlpha:Number (default = 1) — The alpha value in percent of full opacity ( 0 - 1 )
|
|
p_length:Number (default = 10) — The length of the line
|
|
p_gap:Number (default = 10) — The length of the gaps
|