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
|