Populates informations from an IntersectData into its parameters


## Description


This node typically works with the event/raycast


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>attributeName</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>geometry vertex attribute to read</td>
</tr>
<tr>
	<td>attributeType</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>type of attribute</td>
</tr>
<tr>
	<td>attributeValue1</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>attribute value for float</td>
</tr>
<tr>
	<td>resetValue1</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>attribute value that attributeValue1 is set to when no object is intersected</td>
</tr>
<tr>
	<td>attributeValues</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>attribute value for string</td>
</tr>
<tr>
	<td>resetValues</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>attribute value that attributeValues is set to when no object is intersected</td>
</tr>
</table>