WoW:XML/DRAWLAYER

From AddOn Studio
< XML
Revision as of 00:06, 25 September 2012 by Bear (talk | contribs) (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 ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

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

Details

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