Version: 2021.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>".