Target of the animation



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>type</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>sets if the target is a Polygonjs node, or a THREE object</td>
</tr>
<tr>
	<td>nodePath</td>
	<td><div class='bg-indigo-800 px-2 py-px text-white rounded-sm'>node_path</div></td>
	<td>if set to a Polygonjs node, this is the node path</td>
</tr>
<tr>
	<td>objectMask</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>if set to a THREE object, this is a mask to find the objects</td>
</tr>
<tr>
	<td>updateMatrix</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>sets if the matrix should be updated as the animation progresses</td>
</tr>
<tr>
	<td>printResolve</td>
	<td><div class='bg-cyan-800 px-2 py-px text-white rounded-sm'>button</div></td>
	<td>prints which objects are targeted by this node, for debugging</td>
</tr>
</table>