Version: 2022.3

ChannelInfo

struct in UnityEditor.MPE

切换到手册

描述

A structure that contains the connection information of a Channel in ChannelService.

变量

idThe ID of a specific channel. Normally this is the hash of the channel name.
nameThe name of the channel. This matches the route of the URL that connects to the ChannelService. For example, "127.0.0.1:9292/<channelName>".