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) • 330 B
JavaScript
/**
* A point with a width, used to describe a point on a line.
*
* @typedef {object} Phaser.Types.GameObjects.Graphics.WidePoint
* @since 4.0.0
*
* @property {number} [x] - The x coordinate of the point.
* @property {number} [y] - The y coordinate of the point.
* @property {number} [width] - The width of the point.
*/