Mirror Networking
Mirror.RemoteCalls Namespace Reference

Classes

class  Invoker
 
class  RemoteProcedureCalls
 Used to help manage remote calls for NetworkBehaviours More...
 

Enumerations

enum  RemoteCallType { Command , ClientRpc }
 

Functions

delegate void RemoteCallDelegate (NetworkBehaviour obj, NetworkReader reader, NetworkConnectionToClient senderConnection)
 

Enumeration Type Documentation

◆ RemoteCallType

enum Mirror.RemoteCalls.RemoteCallType

Definition at line 8 of file RemoteCalls.cs.

8{ Command, ClientRpc }