Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) AudioLibrary.GetGameMusic示例
编程语言:
C# (CSharp)
类/类型:
AudioLibrary
方法/功能:
GetGameMusic
hotexamples.com的示例:
1
C# (CSharp) AudioLibrary.GetGameMusic - 已找到1个示例
。这些是从开源项目中提取的最受好评的
AudioLibrary.GetGameMusic
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
Play(9)
GetSongs(8)
GetAlbums(7)
Get(7)
GetArtists(5)
CompletionStepSFX(4)
EnumerateApplications(3)
GetAlbumDetails(3)
AlertSound(3)
Add(3)
RaiseOnCleanFinished(2)
PlayTetherRewindSound(2)
PlayTetherPlacementSound(2)
GetRecentlyAddedAlbums(2)
RaiseOnCleanStarted(2)
PlayCodePickupSound(2)
RaiseOnRemove(2)
OpenMenuSFX(2)
RaiseOnScanFinished(2)
GetClipFromName(2)
CloseMenuSFX(2)
ContainsKey(2)
PlayTetherErrorSound(1)
PlayLaserDeathCollisionSound(1)
PlayLaserSecurityCollisionSound(1)
PlayNormalSwitchSound(1)
PlayPressurePlateOn(1)
PlayStasisBubbleRemove(1)
PlayStasisErrorSound(1)
PlayStasisShootSound(1)
PlayTetherMenuHover(1)
PlayTetherMenuClose(1)
PlayDashForwardSound(1)
PlayTetherMenuOpen(1)
PlayTetherSelect(1)
Clean(1)
CheckFile(1)
RaiseOnExport(1)
AppMuteState(1)
PlayDashRechargeSound(1)
PlayDashErrorSound(1)
GetDeathSFX(1)
Initialize(1)
GetGameMusic(1)
GetInheritedKeys(1)
GetMasterVolume(1)
GetMenuMusic(1)
GetReadySetGoSFX(1)
GetClipByName(1)
GetSFXClips(1)
常用方法
Play (9)
GetSongs (8)
GetAlbums (7)
Get (7)
GetArtists (5)
CompletionStepSFX (4)
EnumerateApplications (3)
GetAlbumDetails (3)
AlertSound (3)
Add (3)
常用方法
RaiseOnCleanFinished (2)
PlayTetherRewindSound (2)
PlayTetherPlacementSound (2)
GetRecentlyAddedAlbums (2)
RaiseOnCleanStarted (2)
PlayCodePickupSound (2)
RaiseOnRemove (2)
OpenMenuSFX (2)
RaiseOnScanFinished (2)
GetClipFromName (2)
CloseMenuSFX (2)
ContainsKey (2)
PlayTetherErrorSound (1)
PlayLaserDeathCollisionSound (1)
PlayLaserSecurityCollisionSound (1)
PlayNormalSwitchSound (1)
PlayPressurePlateOn (1)
PlayStasisBubbleRemove (1)
PlayStasisErrorSound (1)
PlayStasisShootSound (1)
常用方法
CloseMenuSFX (2)
ContainsKey (2)
PlayTetherErrorSound (1)
PlayLaserDeathCollisionSound (1)
PlayLaserSecurityCollisionSound (1)
PlayNormalSwitchSound (1)
PlayPressurePlateOn (1)
PlayStasisBubbleRemove (1)
PlayStasisErrorSound (1)
PlayStasisShootSound (1)
PlayTetherMenuHover (1)
PlayTetherMenuClose (1)
PlayDashForwardSound (1)
PlayTetherMenuOpen (1)
PlayTetherSelect (1)
Clean (1)
CheckFile (1)
RaiseOnExport (1)
AppMuteState (1)
PlayDashRechargeSound (1)
PlayDashErrorSound (1)
GetDeathSFX (1)
Initialize (1)
GetGameMusic (1)
GetInheritedKeys (1)
GetMasterVolume (1)
GetMenuMusic (1)
GetReadySetGoSFX (1)
GetClipByName (1)
GetSFXClips (1)
常用方法
PlayTetherMenuHover (1)
PlayTetherMenuClose (1)
PlayDashForwardSound (1)
PlayTetherMenuOpen (1)
PlayTetherSelect (1)
Clean (1)
CheckFile (1)
RaiseOnExport (1)
AppMuteState (1)
PlayDashRechargeSound (1)
PlayDashErrorSound (1)
GetDeathSFX (1)
Initialize (1)
GetGameMusic (1)
GetInheritedKeys (1)
GetMasterVolume (1)
GetMenuMusic (1)
GetReadySetGoSFX (1)
GetClipByName (1)
GetSFXClips (1)
GetBGMClips (1)
IsLarge (1)
GetAllSongs (1)
GetAudioClipByName (1)
LogError (1)
MasterMuteState (1)
MuteApp (1)
MuteMaster (1)
GetAudioClip (1)
GetApplicationVolume (1)
PlayAlarmShort (1)
IsOverride (1)
示例#1
0
显示文件
文件:
SoundManager.cs
项目:
Silverscale/PuneSnakes
public void PlayGameMusic() { PlayMusic(audioLibrary.GetGameMusic()); }
x