RSS

Четверг, 25.04.2024, 01:36
Главная » WoW API » API Виджеты » Модель »

PlayerModel:SetPosition(x, y, z)

[ править ]
Sets the position of the 3D model within the frame.
[клоны]
Sets the position of the 3D model within the frame.


Signature:
Code
Model:SetPosition(x, y, z)

Arguments:
  • x - Position of the model on the axis perpendicular to the plane of the screen (positive values make the model appear closer to the viewer; negative values place it further away) (number)
  • y - Position of the model on the horizontal axis (positive values place the model to the right of its default position; negative values place it to the left) (number)
  • z - Position of the model on the vertical axis (positive values place the model above its default position; negative values place it below) (number)

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