Version: 2018.1

NetworkIdentity.ClientAuthorityCallback

Switch to Manual
public delegatevoid ClientAuthorityCallback (Networking.NetworkConnection conn, Networking.NetworkIdentity uv, bool authorityState);

Parameters

connThe network connection that is gaining or losing authority.
uvThe object whose client authority status is being changed.
authorityStateThe new state of client authority of the object for the connection.

Description

The delegate type for the clientAuthorityCallback.