Mirror Networking
Mirror.TargetRpcAttribute Class Reference

The server uses a Remote Procedure Call (RPC) to run this function on a specific client. More...

Inheritance diagram for Mirror.TargetRpcAttribute:

Public Attributes

int channel = Channels.Reliable
 

Detailed Description

The server uses a Remote Procedure Call (RPC) to run this function on a specific client.

Definition at line 41 of file Attributes.cs.

Member Data Documentation

◆ channel

int Mirror.TargetRpcAttribute.channel = Channels.Reliable

Definition at line 43 of file Attributes.cs.