# PlaySound

Play AudioSource.

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

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Audio Source
</td>
<td>
AudioSource to play.<br />
            If not specified, BehaviourTree is assigned to the AudioSource in the GameObject.
</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>

