WoW:XML/DRAWLAYER

From AddOn Studio
< XML
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[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