places input objects in a grid pattern.




## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>maxLayoutWidth</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>layout width</td>
</tr>
<tr>
	<td>rowHeight</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>row height</td>
</tr>
<tr>
	<td>padding</td>
	<td><div class='bg-teal-800 px-2 py-px text-white rounded-sm'>vector2</div></td>
	<td>padding between objects</td>
</tr>
<tr>
	<td>addAttribs</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>addAttribs</td>
</tr>
<tr>
	<td>addRowAttrib</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>add row index attribute</td>
</tr>
<tr>
	<td>addRowWidthInner</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>add rowWidthInner attribute</td>
</tr>
<tr>
	<td>addRowWidthOuter</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>add rowWidthOuter attribute</td>
</tr>
</table>