UI.PanelAt
static void PanelAt(Vec3 start, Vec2 size, UIPad padding)
If you wish to manually draw a Panel, this function will let you draw one wherever you want!
Vec3 start | The top left corner of the Panel element. |
Vec2 size | The size of the Panel element, in hierarchy local meters. |
UIPad padding | Only UIPad.Outsize has any effect here. UIPad.Inside will behave the same as UIPad.None. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!