Version: 2022.2
public void Start (bool autoTick);

参数

autoTick Specifies whether Unity processes (ticks) this ChannelClient's incoming and outgoing messages automatically, or the user processes (ticks) them manually, either in the main thread or a dedicated thread.

描述

Starts an existing ChannelClient so it listens to incoming and outgoing messages.