GetChannelClientInfo
Gets the ChannelClientInfo for a specific channel.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.MPE
- Assembly: UnityEditor.CoreModule
GetChannelClientInfo()
Gets the ChannelClientInfo for a specific channel.
public ChannelClientInfo GetChannelClientInfo()
Returns
Type | Description |
|---|---|
| ChannelClientInfo | A structure that describes the channel. |
GetChannelClientInfo(string)
Gets the ChannelClientInfo for a specific channel.
public static ChannelClientInfo GetChannelClientInfo(string channelName)
Parameters
The name of the channel to get information about.
Returns
Type | Description |
|---|---|
| ChannelClientInfo | A structure that describes the channel. |
GetChannelClientInfo(int)
Gets the ChannelClientInfo for a specific channel.
public static ChannelClientInfo GetChannelClientInfo(int clientId)
Parameters
The ID of the channel to get information about.
Returns
Type | Description |
|---|---|
| ChannelClientInfo | A structure that describes the channel. |