RSS

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

Ротация

[ Добавить запись ]

В категории материалов: 6
Показано материалов: 1-6

Название Описание
Rotation:SetRadians(radians) Sets the animation's rotation amount (in radians)
Rotation:SetOrigin("point", xOffset, yOffset) Sets the rotation animation's origin point.
Rotation:SetDegrees(degrees) Sets the animation's rotation amount (in degrees)
radians = Rotation:GetRadians() Returns the animation's rotation amount (in radians)
point, xOffset, yOffset = Rotation:GetOrigin() Returns the rotation animation's origin point.
degrees = Rotation:GetDegrees() Returns the animation's rotation amount (in degrees)