gameforge - v0.1.12
    Preparing search index...

    Enumeration LINE_CAP

    Support line caps in PIXI.LineStyle for graphics.

    PIXI.Graphics#lineStyle

    PIXI

    Index

    Enumeration Members

    Enumeration Members

    BUTT: "butt"

    'butt': don't add any cap at line ends (leaves orthogonal edges)

    butt
    
    ROUND: "round"

    'round': add semicircle at ends

    round
    
    SQUARE: "square"

    'square': add square at end (like BUTT except more length at end)

    square