UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

11 lines (10 loc) 306 B
/** * Graphics line style (or stroke style) settings. * * @typedef {object} Phaser.Types.GameObjects.Graphics.LineStyle * @since 3.0.0 * * @property {number} [width] - The stroke width. * @property {number} [color] - The stroke color. * @property {number} [alpha] - The stroke alpha. */