Version: 2023.1
言語: 日本語

EventDataSerialization

enumeration

マニュアルに切り替える

説明

The Serialization type for sending a message, with arguments, using the EventService. For more information about argument serialization, see ChannelService.Broadcast and ChannelService.Emit.

変数

StandardJsonUse normal JSON to send a message using the [[EventService]. The receiving handler gets JSON objects (Dictionary<string, object>, List<object>, primitive types) as arguments of his ChannelHandler.
JsonUtilityUse JsonUtility.ToJson to serialize a message argument. Additional metadata is added to the message to specify which type to convert the JSON to when it is received.

Did you find this page useful? Please give it a rating: