C# AudioSource PlaybackCompleted Event: How to Handle Audio Playback Completion
This line of code is subscribing to the event 'PlaybackCompleted' of the 'audioSource' object and attaching the method 'OnAudioPlaybackCompleted' as the event handler. Whenever the audio playback is completed, the 'OnAudioPlaybackCompleted' method will be called.
原文地址: https://www.cveoy.top/t/topic/o5wA 著作权归作者所有。请勿转载和采集!