SC2Mapster Forums

Development > UI Development

Layout Render Priority

  • 3 posts
    #1 Dec 25, 2012 at 10:51 UTC - 0 likes

    I have been working on an interface using layout files and have just one issue: render priority.

    I have the last 10 command card abilities stretched out in a row in the bottom center, with the first 5 offscreen. There is a single frame around the 10 abilities that are visible.

    I have a 6 slot inventory positioned just above this row of abilities, also surrounded by a frame.

    I want the inventory's frame to be behind the ability frame. I have tried changing the render priority of both to many different values and none of them have worked. Could somebody please explain to me how to use this?

    Last edited Dec 25, 2012 by MasterWrath

    Trigger, layout, interface specialist for Aeon of Storms.

    #2 Dec 25, 2012 at 19:47 UTC - 1 like

    Render Priority only affects the render order between siblings of the same parent frame. So you may want to try adjusting the render priority on the container frame or its parent.

    #3 Dec 26, 2012 at 06:56 UTC - 0 likes
    Quote from BlizzTenarsis: Go

    Render Priority only affects the render order between siblings of the same parent frame. So you may want to try adjusting the render priority on the container frame or its parent.

    Sweet man, this worked perfectly! I had to write out the full path of each frame to work out where to handle the render priority.

  • 3 posts

You must login to post a comment. Don't have an account? Register to get one!