phaser
Version:
A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.
12 lines (11 loc) • 764 B
JavaScript
/**
* @typedef {object} Phaser.Types.Physics.Arcade.ArcadeWorldDefaults
* @since 3.0.0
*
* @property {boolean} debugShowBody - Set to `true` to render dynamic body outlines to the debug display.
* @property {boolean} debugShowStaticBody - Set to `true` to render static body outlines to the debug display.
* @property {boolean} debugShowVelocity - Set to `true` to render body velocity markers to the debug display.
* @property {number} bodyDebugColor - The color of dynamic body outlines when rendered to the debug display.
* @property {number} staticBodyDebugColor - The color of static body outlines when rendered to the debug display.
* @property {number} velocityDebugColor - The color of the velocity markers when rendered to the debug display.
*/