Applies multiple rotations with one node




## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>applyOn</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>defines if this applies to objects or geometries</td>
</tr>
<tr>
	<td>count</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>number of transformations this can apply</td>
</tr>
<tr>
	<td>rotationOrder0</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>transform 0 rotation order</td>
</tr>
<tr>
	<td>r0</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>rotation 0</td>
</tr>
<tr>
	<td>rotationOrder1</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>transform 1 rotation order</td>
</tr>
<tr>
	<td>r1</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>rotation 1</td>
</tr>
<tr>
	<td>rotationOrder2</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>transform 2 rotation order</td>
</tr>
<tr>
	<td>r2</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>rotation 2</td>
</tr>
<tr>
	<td>rotationOrder3</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>transform 3 rotation order</td>
</tr>
<tr>
	<td>r3</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>rotation 3</td>
</tr>
<tr>
	<td>rotationOrder4</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>transform 4 rotation order</td>
</tr>
<tr>
	<td>r4</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>rotation 4</td>
</tr>
<tr>
	<td>rotationOrder5</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>transform 5 rotation order</td>
</tr>
<tr>
	<td>r5</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>rotation 5</td>
</tr>
</table>