Sets the layer of the input objects


## Description

This should be combined with the layer of a camera. This will allow some objects to be only visible via some cameras.

## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>group</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>group to assign the material to</td>
</tr>
<tr>
	<td>updateMode0</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>updateMode</td>
</tr>
<tr>
	<td>layer0</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>layer</td>
</tr>
<tr>
	<td>updateMode1</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>updateMode</td>
</tr>
<tr>
	<td>layer1</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>layer</td>
</tr>
<tr>
	<td>updateMode2</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>updateMode</td>
</tr>
<tr>
	<td>layer2</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>layer</td>
</tr>
<tr>
	<td>updateMode3</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>updateMode</td>
</tr>
<tr>
	<td>layer3</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>layer</td>
</tr>
</table>