Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LINE_CAP

Support line caps in PIXI.LineStyle for graphics.

see

PIXI.Graphics#lineStyle

name

LINE_CAP

memberof

PIXI

static
property

{string} BUTT - 'butt': don't add any cap at line ends (leaves orthogonal edges)

property

{string} ROUND - 'round': add semicircle at ends

property

{string} SQUARE - 'square': add square at end (like BUTT except more length at end)

Index

Enumeration members

Enumeration members

BUTT

BUTT: = "butt"

ROUND

ROUND: = "round"

SQUARE

SQUARE: = "square"

Generated using TypeDoc