Control plane
WorkerInfo
generated from the sources
Class in namespace
Nebula · Packages/com.1by3.nebula/Runtime/ControlPlane/IControlPlane.cspublic sealed class WorkerInfoFields
WorkerId
public string WorkerId;WorkerIndex
public uint WorkerIndex;Address
public string Address;Port
public ushort Port;Status
public string Status;LastHeartbeat
public DateTime LastHeartbeat;TickCount
public ulong TickCount;TickMs
public float TickMs;EntityCount
public uint EntityCount;Every entity resident on the worker (authoritative + ghosts).
AuthoritativeCount
public uint AuthoritativeCount;GhostCount
public uint GhostCount;PlayerCount
public uint PlayerCount;Authoritative entities owned by a human client / by a bot client / by nobody (server-driven).
BotCount
public uint BotCount;ServerDrivenCount
public uint ServerDrivenCount;