Click or drag to resize
AudioChannel Class
Channel to play an audio clip on.
Inheritance Hierarchy
SystemObject
  Slash.Unity.Common.SoundAudioChannel

Namespace: Slash.Unity.Common.Sound
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
[SerializableAttribute]
public class AudioChannel

The AudioChannel type exposes the following members.

Constructors
  NameDescription
Public methodAudioChannel
Initializes a new instance of the AudioChannel class
Top
Fields
  NameDescription
Public fieldSource
Audio source for playing clips.
Public fieldType
Type of this channel.
Top
See Also