Version: 2022.1
言語: 日本語

ChannelClientInfo

struct in UnityEditor.MPE

マニュアルに切り替える

説明

A structure that contains all of a ChannelClient's connection data.

変数

clientIdThe channel's channel ID (see ChannelClient.clientId).
connectionIdThe ChannelClient's connection ID.
nameThe ChannelClient's name (see ChannelClient.channelName. This matches the route of the URL connecting to the ChannelService. For example, "127.0.0.1:9292/<channelName>".