CsoundUnity 3.4.0
https://github.com/rorywalsh/CsoundUnity
CsoundUnityBridge.ChannelInfo Class Reference

Public Member Functions

 ChannelInfo (string _name, ChannelType _type, ChannelDirection _direction)
 

Public Attributes

string Name
 
ChannelType Type
 
ChannelDirection Direction
 
ChannelHints Hints
 

Detailed Description

Definition at line 729 of file CsoundUnityBridge.cs.

Constructor & Destructor Documentation

◆ ChannelInfo()

CsoundUnityBridge.ChannelInfo.ChannelInfo ( string  _name,
ChannelType  _type,
ChannelDirection  _direction 
)

Definition at line 731 of file CsoundUnityBridge.cs.

Member Data Documentation

◆ Direction

ChannelDirection CsoundUnityBridge.ChannelInfo.Direction

Definition at line 739 of file CsoundUnityBridge.cs.

◆ Hints

ChannelHints CsoundUnityBridge.ChannelInfo.Hints

Definition at line 740 of file CsoundUnityBridge.cs.

◆ Name

string CsoundUnityBridge.ChannelInfo.Name

Definition at line 737 of file CsoundUnityBridge.cs.

◆ Type

ChannelType CsoundUnityBridge.ChannelInfo.Type

Definition at line 738 of file CsoundUnityBridge.cs.


The documentation for this class was generated from the following file: