1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-23 06:23:52 +00:00
openmw/docs/source/reference/lua-scripting/widgets/image.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
475 B
ReStructuredText
Raw Normal View History

Image Widget
============
Properties
----------
.. list-table::
:header-rows: 1
:widths: 20 20 60
* - name
- type (default value)
- description
* - resource
- ui.texture
- The texture resource to display
* - tileH
- boolean (false)
2022-02-21 14:31:54 +00:00
- Tile the texture horizontally
* - tileV
- boolean (false)
2022-02-21 14:31:54 +00:00
- Tile the texture vertically
2022-03-22 05:00:32 +00:00
* - color
- util.color (1, 1, 1)
- Modulate constant color with the color of the image texture.