Update MatterDebugConfig.js

This commit is contained in:
Richard Davey 2020-01-07 12:39:31 +00:00
parent ad1891cd8d
commit 334f17439e

View file

@ -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.