mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 22:08:43 +02:00
Add API docs property.
This commit is contained in:
parent
103288b8de
commit
91e453c694
1 changed files with 3 additions and 0 deletions
|
@ -1384,6 +1384,9 @@ EntityPropertyFlags EntityItemProperties::getChangedProperties() const {
|
|||
* @property {WebInputMode} inputMode="touch" - The user input mode to use.
|
||||
* @property {boolean} showKeyboardFocusHighlight=true - <code>true</code> if the entity is highlighted when it has keyboard
|
||||
* focus, <code>false</code> if it isn't.
|
||||
* @property {boolean} useBackground=true - <code>true</code> if the web entity should have a background,
|
||||
* <code>false</code> if the web entity's background should be transparent. The webpage must have CSS properties for
|
||||
* <code>background-color: "transparent"</code> set appropriately for this property to have an effect.
|
||||
* @example <caption>Create a Web entity displaying at 1920 x 1080 resolution.</caption>
|
||||
* var METERS_TO_INCHES = 39.3701;
|
||||
* var entity = Entities.addEntity({
|
||||
|
|
Loading…
Reference in a new issue