 | AudioChannel Class |
Channel to play an audio clip on.
Inheritance Hierarchy
Namespace: Slash.Unity.Common.SoundAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax[SerializableAttribute]
public class AudioChannel
<SerializableAttribute>
Public Class AudioChannel
[SerializableAttribute]
public ref class AudioChannel
[<SerializableAttribute>]
type AudioChannel = class end
The AudioChannel type exposes the following members.
Constructors
| Name | Description |
---|
 | AudioChannel | Initializes a new instance of the AudioChannel class |
Top
Fields
| Name | Description |
---|
 | Source |
Audio source for playing clips.
|
 | Type |
Type of this channel.
|
Top
See Also