audioSource
Field in VoiceOverView
Summary
The AudioSource
that this voice over view will play its audio from.
public AudioSource audioSource;
Remarks
If this is null
, a new AudioSource
will be added at runtime.
Last updated
Was this helpful?