public class NetworkBehaviourWrapper : MonoBehaviourWrapper

Base class for all networked Unity components.


public uint GetNetworkID()

(Client) Get the network ID of this behaviour.

Returns: (uint) The network ID.


public bool HasAuthority()

(Client) Whether the local client has authority over this behaviour

Returns: (bool) Whether the client has authority or not.