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) AudioSourceManager.StopMagnet示例
编程语言:
C# (CSharp)
类/类型:
AudioSourceManager
方法/功能:
StopMagnet
hotexamples.com的示例:
1
C# (CSharp) AudioSourceManager.StopMagnet - 已找到1个示例
。这些是从开源项目中提取的最受好评的
AudioSourceManager.StopMagnet
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
PlaySE(30)
PlayAudioClip(21)
PlayBGM(10)
PlayVOICE(8)
PlayAudioOneShot(5)
GetInstance(5)
IsPlayingAudio(3)
FadeoutAudio(3)
PlayOneShot(2)
InitializeAsync(2)
CreateAudioSourcePooled(2)
CreateSource(2)
PlayKeysound(1)
PlayMagnet(1)
PlayPagingAudioClip(1)
PlaySound(1)
ChangeBGM(1)
RegisterPlayer(1)
RuntimeAction(1)
PlayIncomingSource(1)
Stop(1)
StopAll(1)
StopAllAudio(1)
StopAllClips(1)
StopAudio(1)
StopClip(1)
StopMagnet(1)
StopPlayingAudio(1)
StopSound(1)
Tick(1)
StartAudioSource(1)
Pause(1)
PlayClip(1)
FadeoutAudioThenFadeBackIn(1)
CloseBGMusic(1)
CloseOrOpenBGAudio(1)
CloseOrOpenBGM(1)
CloseOrOpenBGMusic(1)
CloseOrOpenEffect(1)
CloseOrOpenEffectAudio(1)
CloseOrOpenEffectMusic(1)
Destroy(1)
EndAudioSource(1)
GetAudioSources(1)
PlayButtonAudioClip(1)
GetChannelValue(1)
GetChannelValueUnscaled(1)
GetFreeAudioSource(1)
GetNextSource(1)
GetSelectedAudioClip(1)
常用方法
PlaySE (30)
PlayAudioClip (21)
PlayBGM (10)
PlayVOICE (8)
PlayAudioOneShot (5)
GetInstance (5)
IsPlayingAudio (3)
FadeoutAudio (3)
PlayOneShot (2)
InitializeAsync (2)
常用方法
CreateAudioSourcePooled (2)
CreateSource (2)
PlayKeysound (1)
PlayMagnet (1)
PlayPagingAudioClip (1)
PlaySound (1)
ChangeBGM (1)
RegisterPlayer (1)
RuntimeAction (1)
PlayIncomingSource (1)
Stop (1)
StopAll (1)
StopAllAudio (1)
StopAllClips (1)
StopAudio (1)
StopClip (1)
StopMagnet (1)
StopPlayingAudio (1)
StopSound (1)
Tick (1)
常用方法
Stop (1)
StopAll (1)
StopAllAudio (1)
StopAllClips (1)
StopAudio (1)
StopClip (1)
StopMagnet (1)
StopPlayingAudio (1)
StopSound (1)
Tick (1)
StartAudioSource (1)
Pause (1)
PlayClip (1)
FadeoutAudioThenFadeBackIn (1)
CloseBGMusic (1)
CloseOrOpenBGAudio (1)
CloseOrOpenBGM (1)
CloseOrOpenBGMusic (1)
CloseOrOpenEffect (1)
CloseOrOpenEffectAudio (1)
CloseOrOpenEffectMusic (1)
Destroy (1)
EndAudioSource (1)
GetAudioSources (1)
PlayButtonAudioClip (1)
GetChannelValue (1)
GetChannelValueUnscaled (1)
GetFreeAudioSource (1)
GetNextSource (1)
GetSelectedAudioClip (1)
常用方法
StartAudioSource (1)
Pause (1)
PlayClip (1)
FadeoutAudioThenFadeBackIn (1)
CloseBGMusic (1)
CloseOrOpenBGAudio (1)
CloseOrOpenBGM (1)
CloseOrOpenBGMusic (1)
CloseOrOpenEffect (1)
CloseOrOpenEffectAudio (1)
CloseOrOpenEffectMusic (1)
Destroy (1)
EndAudioSource (1)
GetAudioSources (1)
PlayButtonAudioClip (1)
GetChannelValue (1)
GetChannelValueUnscaled (1)
GetFreeAudioSource (1)
GetNextSource (1)
GetSelectedAudioClip (1)
GetSelectedAudioVolume (1)
LoadAudioSources (1)
MuteMagnet (1)
ChangeVolume (1)
UnmuteMagnet (1)
示例#1
0
显示文件
文件:
Magnet.cs
项目:
JesusDeLaProg/GMTK-2020
public void Deactivate() { Destroy(beam?.gameObject); beam = null; audioManager.StopMagnet(); }
x