RSS

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

Texture:SetDrawLayer("layer", sublayer)

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


Signature:
Code
LayeredRegion:SetDrawLayer("layer", sublayer)

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

  • sublayer - Sub-layer within the layer; Defaults to zero, must be between -8 and 7 (errors otherwise) (number)

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