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

パラメーター

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

説明

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