UNPKG

phaser

Version:

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

10 lines (9 loc) 259 B
/** * @typedef {object} Phaser.Types.Math.Vector4Like * @since 3.50.0 * * @property {number} [x] - The x component. * @property {number} [y] - The y component. * @property {number} [z] - The z component. * @property {number} [w] - The w component. */