mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Update MatterDebugConfig.js
This commit is contained in:
parent
ad1891cd8d
commit
334f17439e
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@
|
|||
* @property {boolean} [showPositions=true] - Render the position of non-static bodies?
|
||||
* @property {boolean} [showBroadphase=false] - Render the broadphase grid?
|
||||
* @property {boolean} [broadphaseColor=0xffb400] - The color of the broadphase grid.
|
||||
* @property {boolean} [showBounds=false] - Render the bounds of the bodies in the world?
|
||||
* @property {boolean} [boundsColor=0xffb400] - The color of the body bounds.
|
||||
* @property {boolean} [showAxes=false] - Render all of the body axes?
|
||||
* @property {boolean} [showAngleIndicator=false] - Render just the single body angle?
|
||||
* @property {boolean} [angleColor=0xe81153] - The color of the body angle / axes lines.
|
||||
* @property {boolean} [renderFill=false] - Render the bodies using a fill color.
|
||||
* @property {boolean} [renderLine=true] - Render the bodies using a line stroke.
|
||||
* @property {number} [fillColor=0x106909] - The color value of the fill when rendering dynamic bodies.
|
||||
|
|
Loading…
Add table
Reference in a new issue