RSS

Пятница, 29.03.2024, 10:50
Главная » WoW API » API Виджеты » Модель »

PlayerModel:SetFogColor(red, green, blue)

[ править ]
Sets the model's fog color, enabling fog display if disabled.
[клоны]
Sets the model's fog color, enabling fog display if disabled.


Signature:
Code
Model:SetFogColor(red, green, blue)

Arguments:
  • red - Red component of the color (0.0 - 1.0) (number)
  • green - Green component of the color (0.0 - 1.0) (number)
  • blue - Blue component of the color (0.0 - 1.0) (number)

Также смотрите: Модель
Ссылки: http://wowprogramming.com/docs/widgets/Model/SetFogColor