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