Zeplin.Sound.PlayWithoutChecking C# (CSharp) Метод

PlayWithoutChecking() публичный Метод

Plays this sound even if it is already playing.
A sound played in this way cannot be paused or stopped or otherwise manipulated.
public PlayWithoutChecking ( ) : void
Результат void
        public void PlayWithoutChecking()
        {
            soundEffect.Play();
        }