Version: 2022.2
言語: 日本語
public static void Emit (string eventType, object args, int targetId, MPE.EventDataSerialization eventDataSerialization);
public static void Emit (string eventType, object[] args, int targetId, MPE.EventDataSerialization eventDataSerialization);

パラメーター

eventType The message's type name.
args The arguments sent with the message.
targetId When you send the event to a specific connection, this is the connection ID. By default it is set to -1, which sends the message to all other EventServices.
eventDataSerialization Specifies how to serialize the request's arguments. This can be standard JSON, or JSON annotated with JsonUtility. You can use the latter to convert the argument to a concrete Unity object that supports JsonUtility.FromJson.

説明

Sends a fire-and-forget message to all ChannelClients connected to the "events" route.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961