View Single Post
07-24-16, 09:16 AM   #9
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by Vrul View Post
For frames you use the methods SetFrameLevel and SetFrameStrata to adjust how they're drawn relative to others. For textures (like your backdrop) you would use the method SetDrawLayer to determine how they are drawn in respect to each other within a parent frame.
But the backdrop is a very special object it's not a frame nor a texture, so you lose any subfunction to properly modify it.
  Reply With Quote