RSS

Четверг, 28.03.2024, 17:43
Главная » WoW API » API Виджеты » Ротация »

Rotation:SetOrigin("point", xOffset, yOffset)

[ править ]
Sets the rotation animation's origin point.
[клоны]
Sets the rotation animation's origin point. During a rotation animation, the origin point remains in place while the positions of all other points in the scaled region are moved according to the rotation amount.


Signature:
Code
Rotation:SetOrigin("point", xOffset, yOffset)

Arguments:
  • point - Anchor point for the rotation origin (string, anchorPoint)
  • xOffset - Horizontal distance from the anchor point to the rotation origin (in pixels) (number)
  • yOffset - Vertical distance from the anchor point to the rotation origin (in pixels) (number)

Также смотрите: Ротация
Ссылки: http://wowprogramming.com/docs/widgets/Rotation/SetOrigin