RSS

Четверг, 28.03.2024, 15:19
Главная » WoW API » API Виджеты » Перевод »

xOffset, yOffset = Translation:GetOffset()

[ править ]
Returns the animation's translation offsets.
[клоны]
Returns the animation's translation offsets.


Signature:
Code
xOffset, yOffset = Translation:GetOffset()

Returns:
  • xOffset - Distance away from the left edge of the screen (in pixels) to move the region over the animation's duration (number)
  • yOffset - Distance away from the bottom edge of the screen (in pixels) to move the region over the animation's duration (number)

Также смотрите: Перевод
Ссылки: http://wowprogramming.com/docs/widgets/Translation/GetOffset