Mirror::NetworkDiagnostics
Provides profiling information from mirror A profiler can subscribe to these events and present the data in a friendly way to the user
Public Classes
Name | |
---|---|
struct | MessageInfo Describes an outgoing message |
Public Events
Name | |
---|---|
Action< MessageInfo > | OutMessageEvent() Event that gets raised when Mirror sends a message Subscribe to this if you want to diagnose the network |
Action< MessageInfo > | InMessageEvent() Event that gets raised when Mirror receives a message Subscribe to this if you want to profile the network |
Public Events Documentation
event OutMessageEvent
static Action< MessageInfo > OutMessageEvent()
Event that gets raised when Mirror sends a message Subscribe to this if you want to diagnose the network
event InMessageEvent
static Action< MessageInfo > InMessageEvent()
Event that gets raised when Mirror receives a message Subscribe to this if you want to profile the network
Updated on 20 January 2021 at 17:04:36 UTC