# PlaySoundAtPoint

Play the sound at the specified point.

![PlaySoundAtPoint](./images/PlaySoundAtPoint.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Clip
</td>
<td>
AudioClip to play.
</td>
</tr>
<tr>
<td>
Volume
</td>
<td>
Volume to play
</td>
</tr>
<tr>
<td>
Output Audio Mixer Group
</td>
<td>
Output AudioMixerGroup
</td>
</tr>
<tr>
<td>
Spatial Blend
</td>
<td>
Set how much the influence of stereophonic sound will be received.<br />
            0.0 makes the sound completely 2D and 1.0 is completely 3D.
</td>
</tr>
<tr>
<td>
Position
</td>
<td>
Position to play.
</td>
</tr>
 </tbody>
</table>

