GetChannelClientList()
Gets a list of all channel clients connected to the ChannelService.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.MPE
- Assembly: UnityEditor.CoreModule
public static ChannelClientInfo[] GetChannelClientList()
Returns
Type | Description |
|---|---|
| ChannelClientInfo[] | A list that contains the ChannelInfo for every channel client. |
Remarks
This method lists all connections to the ChannelService, regardless of which channels they are connected to. For example, the "events" channel might have multiple ChannelClients connected to it.