Method group is Obsolete

NetworkIdentity.hasAuthority

Cambiar al Manual
Obsolete public bool hasAuthority ;

Descripción

Devuelve true si este objeto es su versión autoritaria en la aplicación distribuida en red.

This value is determined at runtime, as opposed to localPlayerAuthority which is set on the Prefab. For most objects, authority is held by the server / host. For objects with localPlayerAuthority set, authority is held by the client of that player.

For objects that had their authority set by AssignClientAuthority on the server, this will be true on the client that owns the object. NOT on other clients.