RSS

Пятница, 29.03.2024, 01:08
Главная » WoW API » API Виджеты » Многоуровневая область »

layer, sublayer = FontString:GetDrawLayer()

[ править ]
Returns the layer at which the region's graphics are drawn relative to others in its frame.
[клоны]
Returns the layer at which the region's graphics are drawn relative to others in its frame.


Signature:
Code
layer, sublayer = LayeredRegion:GetDrawLayer()

Returns:
  • layer - String identifying a graphics layer; one of the following values: (string, layer)
      ARTWORK
    • BACKGROUND
    • BORDER
    • HIGHLIGHT
    • OVERLAY

  • sublayer - Number between -8 and 7 identifying a sub-layer within the layer (number)

Также смотрите: Многоуровневая область
Ссылки: http://wowprogramming.com/docs/widgets/LayeredRegion/GetDrawLayer