DashedLineStyle
class DashedLineStyle extends PIXI.LineStyle
Constructor
new DashedLineStyle() → {}
Summary
Properties from DashedLineStyle
number[] |
The dashing pattern of dashes and gaps to stroke paths. |
number |
The distance into the dash pattern to start from. |
Methods from DashedLineStyle
Properties inherited from LineStyle
number |
The alignment of any lines drawn (0.5 = middle, 1 = outer, 0 = inner). WebGL only. |
PIXI.LINE_CAP |
|
PIXI.LINE_JOIN |
|
number |
Miter limit. |
boolean |
If true the lines will be draw using LINES instead of TRIANGLE_STRIP. |
number |
The width (thickness) of any lines drawn. |
Properties inherited from FillStyle
number |
The alpha value used when filling the Graphics object. |
number |
|
PIXI.Matrix |
|
PIXI.Texture |
|
boolean |
If the current fill is visible. |
Methods inherited from FillStyle
void |
Destroy and don't use after this. |
Public Properties
dashArray: number[] = undefined
The dashing pattern of dashes and gaps to stroke paths.
dashOffset: number = 0
The distance into the dash pattern to start from.