Search Unity

How to Setting Image depth?

Discussion in 'UGUI & TextMesh Pro' started by jack-fang, Aug 25, 2014.

  1. jack-fang

    jack-fang

    Joined:
    May 10, 2013
    Posts:
    17
    The depth of the multiple images ,Add the order ?
    How to set up more than the depth of the image?
     
  2. jack-fang

    jack-fang

    Joined:
    May 10, 2013
    Posts:
    17
    I use 4.6 UI system.
     
  3. runevision

    runevision

    Joined:
    Nov 28, 2007
    Posts:
    1,892
    The order UI elements are rendered in corresponds to their order in the Hierarchy. You can reorder elements in the Hierarchy to control which elements are on top of others.
     
  4. StarManta

    StarManta

    Joined:
    Oct 23, 2006
    Posts:
    8,775
    And from script, you can use GetSiblingIndex and SetSiblingIndex to move them around.
     
    runevision likes this.