Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) ISoundPlayer.PlayOneShot Examples
Programming Language:
C# (CSharp)
Class/Type:
ISoundPlayer
Method/Function:
PlayOneShot
Examples at hotexamples.com:
1
C# (CSharp) ISoundPlayer.PlayOneShot - 1 examples found
. These are the top rated real world C# (CSharp) examples of
ISoundPlayer.PlayOneShot
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
Play(20)
Stop(5)
PlaySound(5)
PlayFile(4)
StopVoice(3)
Dispose(3)
PlayMusic(2)
IsPlaying(2)
IsPlayingVoice(2)
Received(2)
PlaySE(1)
SetVolume(1)
Preload(1)
PlayVoice(1)
PlayTrack(1)
PlayStream(1)
DidNotReceive(1)
PlayResult(1)
PlayOneShot(1)
PlayHandle(1)
Pause(1)
OnSave(1)
OnLoad(1)
Mute(1)
LoadSound(1)
GetVolume(1)
GetLength(1)
Unload(1)
Frequently Used Methods
Play (20)
Stop (5)
PlaySound (5)
PlayFile (4)
StopVoice (3)
Dispose (3)
PlayMusic (2)
IsPlaying (2)
IsPlayingVoice (2)
Received (2)
Frequently Used Methods
PlaySE (1)
SetVolume (1)
Preload (1)
PlayVoice (1)
PlayTrack (1)
PlayStream (1)
DidNotReceive (1)
PlayResult (1)
PlayOneShot (1)
PlayHandle (1)
Pause (1)
OnSave (1)
OnLoad (1)
Mute (1)
LoadSound (1)
GetVolume (1)
GetLength (1)
Unload (1)
Frequently Used Methods
Pause (1)
OnSave (1)
OnLoad (1)
Mute (1)
LoadSound (1)
GetVolume (1)
GetLength (1)
Unload (1)
Example #1
0
Show file
public void PlayOneShot(string prm) { m_Player.PlayOneShot(prm); }
x