# PlaySound

Play AudioSource.

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

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Audio Source
</td>
<td>
AudioSource to play.
</td>
</tr>
<tr>
<td>
Is Set Clip
</td>
<td>
Whether to set Clip during playback.
</td>
</tr>
<tr>
<td>
Clip
</td>
<td>
AudioClip to set.
</td>
</tr>
 </tbody>
</table>

