Version: 5.3

NetworkIdentity.ClientAuthorityCallback

매뉴얼로 전환
public delegatevoid ClientAuthorityCallback (Networking.NetworkConnection conn, Networking.NetworkIdentity uv, bool authorityState);

파라미터

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.

설명

The delegate type for the clientAuthorityCallback.