Nebula
Debug

NebulaDebugOverlay

IMGUI status overlay for every role.

generated from the sources
public sealed class NebulaDebugOverlay : MonoBehaviour

IMGUI status overlay for every role. On a client it shows the tick/RTT/lead, the local player's container and its current worker, handovers observed, and the container -> worker table. Toggle with F3.

Fields

Visible

public bool Visible = true;

Toggle from game code (e.g. on F3); the overlay itself reads no input so it works with any input backend.

Methods

ColorForWorker

public static Color ColorForWorker(ushort workerIndex);

On this page