mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Fix link to TextEffect type
This commit is contained in:
parent
1abf0eb207
commit
2939610eae
1 changed files with 1 additions and 1 deletions
|
@ -1311,7 +1311,7 @@ EntityPropertyFlags EntityItemProperties::getChangedProperties() const {
|
|||
* by the key light and local lights.
|
||||
* @property {string} font="" - The font to render the text with. It can be one of the following: <code>"Courier"</code,
|
||||
* <code>"Inconsolata"</code>, <code>"Roboto"</code>, <code>"Timeless"</code>, or a path to a .sdff file.
|
||||
* @property {TextEffect} textEffect="none" - The effect that is applied to the text.
|
||||
* @property {Entities.TextEffect} textEffect="none" - The effect that is applied to the text.
|
||||
* @property {Color} textEffectColor=255,255,255 - The color of the effect.
|
||||
* @property {number} textEffectThickness=0.2 - The magnitude of the text effect, range <code>0.0</code> – <code>0.5</code>.
|
||||
* @property {BillboardMode} billboardMode="none" - Whether the entity is billboarded to face the camera.
|
||||
|
|
Loading…
Reference in a new issue