This version of Unity is unsupported.
Method group is Obsolete

NetworkIdentity.ClientAuthorityCallback

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

public delegate void ClientAuthorityCallback(NetworkConnection conn, 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.