LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

NetworkMessage.Dump

public static string Dump(byte[] payload, int sz);

Parameters

payloadNetwork message payload to dump.
szLength of payload in bytes.

Returns

string Dumped info from payload.

Description

Returns a string with the numeric representation of each byte in the payload.