WoW:XML/DRAWLAYER: Difference between revisions

From AddOn Studio
< XML
Jump to navigation Jump to search
(Created page with "{{uixmltype}} A WoW UI XML enumeration used for reference in UI layout for major 'Z order' layering and compositing. FrameStrata is used in Layer. == Values ==...")
 
m (Move page script moved page XML/DRAWLAYER to XML/DRAWLAYER without leaving a redirect)
 
(No difference)

Latest revision as of 04:49, 15 August 2023

XML UI ← XML types < DRAWLAYER < Layer

DRAWLAYER is an WoW UI XML enumeration used for reference in UI layout for major 'Z order' layering and compositing. FrameStrata is used in Layer.

Values[edit]

  • BACKGROUND
  • BORDER
  • ARTWORK - the usual default.
  • OVERLAY
  • HIGHLIGHT

Details[edit]

Which level the layer show be rendered on relative to other layers. Elements in the HIGHLIGHT Layer are automatically shown or hidden when the mouse enters or leaves. For Highlighting to work you need enableMouse="true" in your <Frame> attributes.

See Also: UITYPE DrawLayer