DebugMode enum

Debug visualization mode for NodeFlow.

Controls which debug overlays are displayed in the editor.

Inheritance
Available extensions

Values

none → const DebugMode

No debug visualizations shown.

all → const DebugMode

Show all debug visualizations (spatial index, autopan zones, etc.).

spatialIndex → const DebugMode

Show only the spatial index grid visualization.

Displays how the canvas is partitioned into cells for efficient spatial querying, including cell coordinates and object counts.

autoPanZone → const DebugMode

Show only the autopan zone visualization.

Displays the edge zones where automatic panning is triggered during drag operations.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isEnabled bool
Whether any debug visualization is enabled.
no setter
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAutoPanZone bool
Whether the autopan zone debug layer should be shown.
no setter
showSpatialIndex bool
Whether the spatial index debug layer should be shown.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<DebugMode>
A constant List of the values in this enum, in order of their declaration.