Class ProfilingTools.NetworkEventStat
The network stat.
Inheritance
System.Object
ProfilingTools.NetworkEventStat
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class NetworkEventStat : ValueType
Fields
Count
Amount of occurrences.
Declaration
public ushort Count
Field Value
System.UInt16
|
DataSize
Transferred data size (in bytes).
Declaration
public ushort DataSize
Field Value
System.UInt16
|
MessageSize
Transferred message (data+header) size (in bytes).
Declaration
public ushort MessageSize
Field Value
System.UInt16
|
Receivers
Amount of peers that will receive this message.
Declaration
public ushort Receivers
Field Value
System.UInt16
|
Properties
Name
Gets the event name.
Declaration
public string Name { get; }
Property Value
System.String
|