Sets the draw range of the input geometry.


## Description

This can be useful when hiding part of an object with very little performance overhead.


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>start</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>start of the draw range</td>
</tr>
<tr>
	<td>useCount</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>defines if count is used</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 items in the draw range</td>
</tr>
</table>