0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-12-26 13:49:01 -05:00

added docs for body.render.opacity

This commit is contained in:
liabru 2016-02-07 15:21:53 +00:00
parent c99e6afb1c
commit adcb610f05

View file

@ -998,6 +998,14 @@ var Axes = require('../geometry/Axes');
* @default true * @default true
*/ */
/**
* Sets the opacity to use when rendering.
*
* @property render.opacity
* @type number
* @default 1
*/
/** /**
* An `Object` that defines the sprite properties to use when rendering, if any. * An `Object` that defines the sprite properties to use when rendering, if any.
* *