Class type LineStyle-PIXI._t

inherit PIXI.FillStyle._t
method allignment#=: Js.Internal.meth([ `Arity_1(float) ], unit)

The alignment of any lines drawn (0.5 = middle, 1 = outter, 0 = inner).

method allignment: float

The alignment of any lines drawn (0.5 = middle, 1 = outter, 0 = inner).

method native#=: Js.Internal.meth([ `Arity_1(bool) ], unit)

If true the lines will be draw using LINES instead of TRIANGLE_STRIP

method native: bool

If true the lines will be draw using LINES instead of TRIANGLE_STRIP

method width#=: Js.Internal.meth([ `Arity_1(float) ], unit)

The width (thickness) of any lines drawn.

method width: float

The width (thickness) of any lines drawn.