Version: 2017.2

NetworkIdentity.ClientAuthorityCallback

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

Parameters

conn The network connection that is gaining or losing authority.
uv The object whose client authority status is being changed.
authorityState The new state of client authority of the object for the connection.

Description

The delegate type for the clientAuthorityCallback.