mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Added 5 missing properties
Added 5 missing properties On "TEXT" entity: - font - textEffect - textEffectThickness - textEffectColor On "WEB" entity: - inputMode
This commit is contained in:
parent
35e76610a8
commit
5fad30dc17
1 changed files with 15 additions and 0 deletions
|
@ -26,6 +26,18 @@
|
|||
"lineHeight": {
|
||||
"tooltip": "The height of each line of text. This determines the size of the text."
|
||||
},
|
||||
"font": {
|
||||
"tooltip": "The font to render the text. Supported values: \"Courier\", \"Inconsolata\", \"Roboto\", \"Timeless\", or a URL to a .sdff file."
|
||||
},
|
||||
"textEffect": {
|
||||
"tooltip": "The effect that is applied to the text."
|
||||
},
|
||||
"textEffectColor": {
|
||||
"tooltip": "The color of the text effect."
|
||||
},
|
||||
"textEffectThickness": {
|
||||
"tooltip": "The magnitude of the text effect."
|
||||
},
|
||||
"textBillboardMode": {
|
||||
"tooltip": "If enabled, determines how the entity will face the camera.",
|
||||
"jsPropertyName": "billboardMode"
|
||||
|
@ -225,6 +237,9 @@
|
|||
"tooltip": "If enabled, determines how the entity will face the camera.",
|
||||
"jsPropertyName": "billboardMode"
|
||||
},
|
||||
"inputMode": {
|
||||
"tooltip": "The user input mode to use."
|
||||
},
|
||||
"showKeyboardFocusHighlight": {
|
||||
"tooltip": "If enabled, highlights when it has keyboard focus."
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue