RSS

Суббота, 27.04.2024, 00:05
Главная » WoW API » API Виджеты » Модель »

TabardModel:SetFacing(facing)

[ править ]
Sets the model's current rotation.
[клоны]
Sets the model's current rotation. The 3D model displayed by the model object can be rotated about its vertical axis. For example, if the model faces towards the viewer when its facing is set to 0, setting facing to math.pi faces it away from the viewer.


Signature:
Code
Model:SetFacing(facing)

Arguments:
  • facing - Rotation angle for the model (in radians) (number)

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