AudioSource.clip
Name | Type |
---|---|
clip | AudioClip |
Description
The default AudioClip to play.
Extra Detail
AudioSource clip determines the audio clip that will be played next. Assigning clip with a new audio clip does not instantly change the clip that is being played. In the example below clip is assigned as the next AudioClip before it is played.