Delegate NetworkObject.OnOwnershipRequestResponseDelegateHandler
The delegate handler declaration used by OnOwnershipRequestResponse.
Namespace: Unity.Netcode
Assembly: Unity.Netcode.Runtime.dll
Syntax
public delegate void NetworkObject.OnOwnershipRequestResponseDelegateHandler(NetworkObject.OwnershipRequestResponseStatus ownershipRequestResponse)
  Parameters
| Type | Name | Description | 
|---|---|---|
| NetworkObject.OwnershipRequestResponseStatus | ownershipRequestResponse | The status indicating whether the ownership request was approved or the reason for denial  |