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:
Alezia Kurdis 2020-03-18 00:01:53 -04:00 committed by GitHub
parent 1b3744ac73
commit 500c2eff5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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."
},