mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:29:03 +02:00
Tooltip for useBackground
Tooltip for useBackground
This commit is contained in:
parent
c1781dc3ce
commit
bda88828a0
1 changed files with 667 additions and 664 deletions
|
@ -607,6 +607,9 @@
|
|||
"webAlpha": {
|
||||
"tooltip": "The opacity of the web entity between 0.0 fully transparent and 1.0 completely opaque."
|
||||
},
|
||||
"useBackground": {
|
||||
"tooltip": "If disabled, this web entity will support a transparent background for the webpage if the CSS property of the 'body' is set with 'background-color: transparent;'"
|
||||
},
|
||||
"maxFPS": {
|
||||
"tooltip": "The FPS at which to render the web entity. Higher values will have a performance impact."
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue