Version: 2017.2

NetworkIdentity.RemoveClientAuthority

매뉴얼로 전환
public bool RemoveClientAuthority (Networking.NetworkConnection conn);

파라미터

conn The connection of the client to remove authority for.

반환

bool True if authority is removed.

설명

Removes ownership for an object for a client by its conneciton.

This applies to objects that had authority set by AssignClientAuthority, or NetworkServer.SpawnWithClientAuthority. Authority cannot be removed for player objects.