debugMode property

bool debugMode
final

Whether to enable the debug overlay inspector.

When true, a transparent debug view is drawn on top of the overlay showing bounds, spring state, FPS, and Pigeon message log. Defaults to false.

Implementation

final bool debugMode;