Sprites Prefabs
sprites
This array contains sprite-based prefabs like the hint
Hint
Text message on the screen.
Usage
"sprites": [
{
"hint": {
"text": "Simple Text!",
"font": "path/to/font/file",
"color": "1 0 0 1",
"size": "1000 500",
"translation": "0 0",
"rotation": "0 0 0"
}
// ...
}
// ...
]
Parameter | Description | Optional | Default Value |
---|---|---|---|
| Message will be displayed. | + | + |
| Path to the font file. |
| |
| Color of the text. |
| |
| Size of the text area [X, Y]. |
| |
| Translate the model along X, Y axes. |
| |
| Rotation angles (in radians) over X, Y, Z axes. |
|
Preview