UI.PanelBegin
static void PanelBegin(UIPad padding)
This will begin a Panel element that will encompass all elements drawn between PanelBegin and PanelEnd. This is an entirely visual element, and is great for visually grouping elements together. Every Begin must have a matching End.
UIPad padding | Describes how padding is applied to the visual element of the Panel. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!