![]() |
CsoundUnity 3.4.0
https://github.com/rorywalsh/CsoundUnity
|
Public Member Functions | |
| ChannelInfo (string _name, ChannelType _type, ChannelDirection _direction) | |
Public Attributes | |
| string | Name |
| ChannelType | Type |
| ChannelDirection | Direction |
| ChannelHints | Hints |
Definition at line 729 of file CsoundUnityBridge.cs.
| CsoundUnityBridge.ChannelInfo.ChannelInfo | ( | string | _name, |
| ChannelType | _type, | ||
| ChannelDirection | _direction | ||
| ) |
Definition at line 731 of file CsoundUnityBridge.cs.
| ChannelDirection CsoundUnityBridge.ChannelInfo.Direction |
Definition at line 739 of file CsoundUnityBridge.cs.
| ChannelHints CsoundUnityBridge.ChannelInfo.Hints |
Definition at line 740 of file CsoundUnityBridge.cs.
| string CsoundUnityBridge.ChannelInfo.Name |
Definition at line 737 of file CsoundUnityBridge.cs.
| ChannelType CsoundUnityBridge.ChannelInfo.Type |
Definition at line 738 of file CsoundUnityBridge.cs.