Mirror Networking
Mirror.NetworkDiagnostics Class Reference

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

Classes

struct  MessageInfo
 Describes an outgoing message More...
 

Events

static Action< MessageInfoOutMessageEvent
 Event for when Mirror sends a message. Can be subscribed to. More...
 
static Action< MessageInfoInMessageEvent
 Event for when Mirror receives a message. Can be subscribed to. More...
 

Detailed Description

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

Definition at line 6 of file NetworkDiagnostics.cs.

Event Documentation

◆ InMessageEvent

Action<MessageInfo> Mirror.NetworkDiagnostics.InMessageEvent
static

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

Definition at line 33 of file NetworkDiagnostics.cs.

◆ OutMessageEvent

Action<MessageInfo> Mirror.NetworkDiagnostics.OutMessageEvent
static

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

Definition at line 30 of file NetworkDiagnostics.cs.