new property tooltips

This commit is contained in:
Thijs Wenker 2019-01-05 02:16:12 +01:00
parent 48dc7ee938
commit 26f46e87a3

View file

@ -20,6 +20,10 @@
"faceCamera": {
"tooltip": "If enabled, the entity follows the camera of each user, creating a billboard effect."
},
"textBillboardMode": {
"tooltip": "If enabled, determines how the entity will face the camera.",
"jsPropertyName": "billboardMode"
},
"flyingAllowed": {
"tooltip": "If enabled, users can fly in the zone."
},
@ -149,9 +153,25 @@
"originalTextures": {
"tooltip": "A JSON string containing the original texture used on the model."
},
"image": {
"tooltip": "The URL for the image source.",
"jsPropertyName": "textures"
"imageURL": {
"tooltip": "The URL for the image source."
},
"imageColor": {
"tooltip": "The tint to be applied to the image.",
"jsPropertyName": "color"
},
"emissive": {
"tooltip": "If enabled, the image will display at full brightness."
},
"subImage": {
"tooltip": "The area of the image that is displayed."
},
"imageBillboardMode": {
"tooltip": "If enabled, determines how the entity will face the camera.",
"jsPropertyName": "billboardMode"
},
"keepAspectRatio": {
"tooltip": "If enabled, the image will maintain its original aspect ratio."
},
"sourceUrl": {
"tooltip": "The URL for the web page source."