Summary
Create an AudioClip based on the current settings, set it to the AudioSource and play the clip.
Syntax
public bool Play()
Return Value
Type | Description |
---|---|
bool | True if the AudioClip was successfully created and played. False otherwise. |