From 91e453c6949673c6a55aa7a83e94db55ced0bd59 Mon Sep 17 00:00:00 2001 From: Kasen IO Date: Wed, 19 Aug 2020 12:51:17 -0400 Subject: [PATCH] Add API docs property. --- libraries/entities/src/EntityItemProperties.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libraries/entities/src/EntityItemProperties.cpp b/libraries/entities/src/EntityItemProperties.cpp index 921904ed25..14b5ec080f 100644 --- a/libraries/entities/src/EntityItemProperties.cpp +++ b/libraries/entities/src/EntityItemProperties.cpp @@ -1384,6 +1384,9 @@ EntityPropertyFlags EntityItemProperties::getChangedProperties() const { * @property {WebInputMode} inputMode="touch" - The user input mode to use. * @property {boolean} showKeyboardFocusHighlight=true - true if the entity is highlighted when it has keyboard * focus, false if it isn't. + * @property {boolean} useBackground=true - true if the web entity should have a background, + * false if the web entity's background should be transparent. The webpage must have CSS properties for + * background-color: "transparent" set appropriately for this property to have an effect. * @example Create a Web entity displaying at 1920 x 1080 resolution. * var METERS_TO_INCHES = 39.3701; * var entity = Entities.addEntity({