mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Adding tooltips for 3 other missing properties
Adding tooltips for 3 other missing properties: - "alpha" of the "Image" Entity. - "billboardMode" of the "Web" Entity. - "showKeyboardFocusHighlight" of the "Web" Entity.
This commit is contained in:
parent
1b3744ac73
commit
500c2eff5d
1 changed files with 10 additions and 0 deletions
|
@ -199,6 +199,9 @@
|
|||
"tooltip": "The tint to be applied to the image.",
|
||||
"jsPropertyName": "color"
|
||||
},
|
||||
"imageAlpha": {
|
||||
"tooltip": "The alpha of the image."
|
||||
},
|
||||
"emissive": {
|
||||
"tooltip": "If enabled, the image will display at full brightness."
|
||||
},
|
||||
|
@ -218,6 +221,13 @@
|
|||
"dpi": {
|
||||
"tooltip": "The resolution to display the page at, in pixels per inch. Use this to resize your web source in the frame."
|
||||
},
|
||||
"webBillboardMode": {
|
||||
"tooltip": "If enabled, determines how the entity will face the camera.",
|
||||
"jsPropertyName": "billboardMode"
|
||||
},
|
||||
"showKeyboardFocusHighlight": {
|
||||
"tooltip": "If enabled, highlights when it has keyboard focus."
|
||||
},
|
||||
"isEmitting": {
|
||||
"tooltip": "If enabled, then particles are emitted."
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue