From adcb610f05f305548984de6df50920687350d620 Mon Sep 17 00:00:00 2001 From: liabru Date: Sun, 7 Feb 2016 15:21:53 +0000 Subject: [PATCH] added docs for body.render.opacity --- src/body/Body.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/body/Body.js b/src/body/Body.js index 0e7bf685..f0eef24f 100644 --- a/src/body/Body.js +++ b/src/body/Body.js @@ -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. *