UI.LayoutRemaining

static Vec2 LayoutRemaining{ get }

Description

How much space is available on the current layout! This is based on the current layout position, so X will give you the amount remaining on the current line, and Y will give you distance to the bottom of the layout, including the current line. These values will be 0 if you’re using 0 for the layout size on that axis.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!