| AudioChannelType Enumeration |
Channel to distinguish audio sources with.
Namespace: Slash.Unity.Common.SoundAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax public enum AudioChannelType
Public Enumeration AudioChannelType
public enum class AudioChannelType
Members
| Member name | Value | Description |
---|
| Music | 0 |
Audio source for playing background music.
|
| Ambient | 1 |
Audio source for playing ambient sound effects.
|
See Also