Property ConnectionApprovalCallback
ConnectionApprovalCallback
The callback to invoke during connection approval. Allows client code to decide whether or not to allow incoming client connection
Declaration
public Action<NetworkManager.ConnectionApprovalRequest, NetworkManager.ConnectionApprovalResponse> ConnectionApprovalCallback { get; set; }
Property Value
| Type | Description |
|---|---|
| Action<NetworkManager.ConnectionApprovalRequest, NetworkManager.ConnectionApprovalResponse> |