mirror of
https://github.com/liabru/matter-js.git
synced 2024-12-25 13:39:06 -05:00
added docs for body.render.opacity
This commit is contained in:
parent
c99e6afb1c
commit
adcb610f05
1 changed files with 8 additions and 0 deletions
|
@ -998,6 +998,14 @@ var Axes = require('../geometry/Axes');
|
|||
* @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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue