TextToSpeech.AudioSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the audio source where speech will be played.
public:
property UnityEngine::AudioSource ^ AudioSource { UnityEngine::AudioSource ^ get(); void set(UnityEngine::AudioSource ^ value); };
public UnityEngine.AudioSource AudioSource { get; set; }
member this.AudioSource : UnityEngine.AudioSource with get, set
Public Property AudioSource As AudioSource
Property Value
UnityEngine.AudioSource