Version: 2017.3
public static void SetPacketStat (int direction, int packetStatId, int numMsgs, int numBytes);

パラメーター

packetStatId The ID of the message being reported.
numMsgs Number of messages being reported.
numBytes 報告されてたメッセージの使用バイト数
direction Whether the packet is outgoing (-1) or incoming (0).

説明

ネットワークパケットの統計情報をプロファイラーに通知するために使用します。