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) 390 B
/** * @typedef {object} Phaser.Types.Physics.Arcade.ArcadeWorldTreeMinMax * @since 3.0.0 * * @property {number} minX - The minimum x value used in RTree searches. * @property {number} minY - The minimum y value used in RTree searches. * @property {number} maxX - The maximum x value used in RTree searches. * @property {number} maxY - The maximum y value used in RTree searches. */