Class NetworkClient
A NetworkClient
Inherited Members
Namespace: MLAPI.Connection
Assembly: Unity.Multiplayer.MLAPI.Runtime.dll
Syntax
public class NetworkClient
Fields
ClientId
The ClientId of the NetworkClient
Declaration
public ulong ClientId
Field Value
Type | Description |
---|---|
ulong |
OwnedObjects
The NetworkObject's owned by this Client
Declaration
public readonly List<NetworkObject> OwnedObjects
Field Value
Type | Description |
---|---|
List<NetworkObject> |
PlayerObject
The PlayerObject of the Client
Declaration
public NetworkObject PlayerObject
Field Value
Type | Description |
---|---|
NetworkObject |