Widget API: Button:SetNormalTexture
← Widget API ← Button < SetNormalTexture
Sets the normal texture for a button.
Button:SetNormalTexture(texture or "texturePath")
Arguments
- texture
- Texture - The texture to use
- texturePath
- String - The path to the texture
Returns
- nil
Details
- You have to use "\\" or "/" in the texture path instead of "\" (since single backslash is the LUA escape character)