mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 14:56:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			475 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			475 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
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)
 | 
						|
    - Tile the texture horizontally
 | 
						|
  * - tileV
 | 
						|
    - boolean (false)
 | 
						|
    - Tile the texture vertically
 | 
						|
  * - color
 | 
						|
    - util.color (1, 1, 1)
 | 
						|
    - Modulate constant color with the color of the image texture.
 |