Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


connectionId

The ChannelClient's connection ID.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor.MPE
  • Assembly: UnityEditor.CoreModule
public int connectionId { get; }

Remarks

The ChannelService sends this connection ID when is establishes a connection. It sends the ID during the handshake. The connection allows multiple ChannelClients on the same channelName to identify themselves.