Image
From TargetWiki
An image is a type of widget. All widget functions can also be called on a image. Since an image is a Lua object, calls should use the object:function() syntax. Also, all Lua object functions can also be called on a image.
[edit]
Functions
- texture()
- Returns the texture.
- settexture( <Texture> )
- Sets the texture.
- rotation()
- Returns the rotation.
- setrotation( <float> )
- Sets the rotation in the number of degrees of clockwise rotation.
Categories: Lua | GUI | Widgets
