static class in AdvancedSceneManager.Utility
An utility class to manage sort order on canvases.
| Member | Description |
|---|---|
Canvas GetBottomCanvas |
Gets the bottommost canvas. |
Canvas GetTopCanvas |
Gets the topmost canvas. |
| Member | Description |
|---|---|
void PutAbove(Canvas canvas, Canvas target) |
Inserts this canvas above target. |
void PutAtBottom(Canvas canvas) |
Sets the sort order on this canvas to be on bottom of all other canvases managed by Utility.CanvasSortOrderUtility. |
void PutBelow(Canvas canvas, Canvas target) |
Inserts this canvas below target. |
void PutOnTop(Canvas canvas) |
Sets the sort order on this canvas to be on top of all other canvases managed by Utility.CanvasSortOrderUtility. |
void Remove(Canvas canvas) |
Removes a canvas. |