Class NetworkClient
A NetworkClient
Inherited Members
Namespace: Unity.Netcode
Syntax
public class NetworkClient
  Fields
ClientId
The ClientId of the NetworkClient
Declaration
public ulong ClientId
  Field Value
| Type | Description | 
|---|---|
| UInt64 | 
PlayerObject
The PlayerObject of the Client
Declaration
public NetworkObject PlayerObject
  Field Value
| Type | Description | 
|---|---|
| NetworkObject | 
Properties
OwnedObjects
The NetworkObject's owned by this Client
Declaration
public List<NetworkObject> OwnedObjects { get; }
  Property Value
| Type | Description | 
|---|---|
| List<NetworkObject> |