RSS

Пятница, 19.04.2024, 05:28
Главная » WoW API » API Виджеты » Кнопка »

Button:SetNormalTexture(texture) or Button:SetNormalTexture("filename")

[ править ]
Sets the texture used for the button's normal state.
[клоны]
Sets the texture used for the button's normal state.


Signature:
Code
Button:SetNormalTexture(texture) or Button:SetNormalTexture("filename")

Arguments:
  • texture - Reference to an existing Texture object (texture)
  • filename - Path to a texture image file (string)

Также смотрите: Кнопка
Ссылки: http://wowprogramming.com/docs/widgets/Button/SetNormalTexture