Enum RpcBroadcastTargets
Specifies which targets an RPC should be broadcast to.
Namespace: Unity.Netcode
Assembly: Unity.NetCode.dll
Syntax
public enum RpcBroadcastTargets
Fields
| Name | Description |
|---|---|
| All | Sends an RPC to all remote connections.
|
| NonLocal | Sends an RPC to all remote connections except the local one. This is only relevant on a host.
|