NetworkIdentity.ClientAuthorityCallback

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

파라미터

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.

설명

The delegate type for the clientAuthorityCallback.