Mirror Networking
Mirror.ClientRpcAttribute Class Reference

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

Inheritance diagram for Mirror.ClientRpcAttribute:

Public Attributes

int channel = Channels.Reliable
 
bool includeOwner = true
 

Detailed Description

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

Definition at line 31 of file Attributes.cs.

Member Data Documentation

◆ channel

int Mirror.ClientRpcAttribute.channel = Channels.Reliable

Definition at line 33 of file Attributes.cs.

◆ includeOwner

bool Mirror.ClientRpcAttribute.includeOwner = true

Definition at line 34 of file Attributes.cs.