Search Results for

    Show / Hide Table of Contents

    Class NetworkDiagnostics

    Profiling statistics for tool to subscribe to (profiler etc.)

    Inheritance
    Object
    NetworkDiagnostics
    Namespace: Mirror
    Assembly: doc.dll
    Syntax
    public static class NetworkDiagnostics : object

    Events

    | Improve this Doc View Source

    InMessageEvent

    Event for when Mirror receives a message. Can be subscribed to.

    Declaration
    public static event Action<NetworkDiagnostics.MessageInfo> InMessageEvent
    Event Type
    Type Description
    Action<NetworkDiagnostics.MessageInfo>
    | Improve this Doc View Source

    OutMessageEvent

    Event for when Mirror sends a message. Can be subscribed to.

    Declaration
    public static event Action<NetworkDiagnostics.MessageInfo> OutMessageEvent
    Event Type
    Type Description
    Action<NetworkDiagnostics.MessageInfo>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX