class
SortGroup
Inherits from UnityEngine.MonoBehaviour
Configures the rendered sorting order of a UIBlock hierarchy.
Related Articles
Properties
RenderOverOpaqueGeometry | Whether or not the content in the sort group should render over geometry rendered in the opaque render queue. This is useful for rendering in screen space. |
RenderQueue | The render queue value to set on all (transparent) materials used to render this UIBlock hierarchy. |
SortingOrder | The sorting order of this UIBlock hierarchy. Hierarchies with a higher sorting order render on top of those with a lower sorting order. |
UIBlock | The UIBlock on |