Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat