Creates an outline



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>objectsMask</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>object mask of the objects that will have an outline</td>
</tr>
<tr>
	<td>refreshObjects</td>
	<td><div class='bg-cyan-800 px-2 py-px text-white rounded-sm'>button</div></td>
	<td>updates the cached objects found by objectMask</td>
</tr>
<tr>
	<td>edgeStrength</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>edgeStrenth</td>
</tr>
<tr>
	<td>blur</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>blur</td>
</tr>
<tr>
	<td>pulseSpeed</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>defines if the edges pulsate</td>
</tr>
<tr>
	<td>visibleEdgeColor</td>
	<td><div class='bg-lime-800 px-2 py-px text-white rounded-sm'>color</div></td>
	<td>visibleEdgeColor</td>
</tr>
<tr>
	<td>xRay</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>shows outline for hidden parts of objects</td>
</tr>
<tr>
	<td>hiddenEdgeColor</td>
	<td><div class='bg-lime-800 px-2 py-px text-white rounded-sm'>color</div></td>
	<td>hiddenEdgeColor</td>
</tr>
<tr>
	<td>opacity</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>opacity</td>
</tr>
<tr>
	<td>blendFunction</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>render mode</td>
</tr>
</table>