Nebula
Control plane

WorkerStats

What a worker reports about itself on every heartbeat.

generated from the sources
public struct WorkerStats

What a worker reports about itself on every heartbeat.

Fields

TickCount

public ulong TickCount;

TickMs

public float TickMs;

EntityCount

public uint EntityCount;

AuthoritativeCount

public uint AuthoritativeCount;

GhostCount

public uint GhostCount;

PlayerCount

public uint PlayerCount;

BotCount

public uint BotCount;

ServerDrivenCount

public uint ServerDrivenCount;

On this page