Class SoundSettings
- Namespace
- CodeBase.SoundSystem.Core
- Assembly
- 4Experience.CodeBase.SoundSystem.Runtime.dll
[CreateAssetMenu(menuName = "4Experience/CodeBase/Sound System/SoundSettings")]
public class SoundSettings : SingletonScriptableObject<SoundSettings>
- Inheritance
-
ObjectScriptableObjectSoundSettings
- Inherited Members
- Extension Methods
Properties
CurrentSoundSetup
public SoundSetup CurrentSoundSetup { get; private set; }
Property Value
Methods
ChangeSetup(SoundSetup)
public void ChangeSetup(SoundSetup soundSetup)
Parameters
soundSetupSoundSetup
TryGetAudioClipByName(out AudioClip, string)
public bool TryGetAudioClipByName(out AudioClip foundedAudioClip, string audioClipName)
Parameters
foundedAudioClipAudioClipaudioClipNamestring
Returns
Events
OnSetupChanged
public event Action OnSetupChanged