Enum RpcInvokePermission
RPC invoke permissions
Namespace: Unity.Netcode
Assembly: Unity.Netcode.Runtime.dll
Syntax
public enum RpcInvokePermission
Fields
| Name | Description |
|---|---|
| Everyone | Any connected client can invoke the Rpc. |
| Owner | Rpc can only be invoked by the owner of the NetworkBehaviour. |
| Server | Rpc can only be invoked by the server. |