Skip to main content

Debug Panel Visual

A visual node that mounts an interactive debug panel for slot game development. It can be toggled into or out of the visual tree and displays reel and winning line details.

Inputs

DataDescription
ReelsArray describing the current reels data to visualize.
Winning Lines DetailsArray with detailed winning line information to visualize.
SignalDescription
DoToggles the mounted state of the debug panel.

Visual

This node supports standard Visual Input Properties:

Outputs

Refer to Visual Output Properties for common outputs.

Behavior

  • The panel’s mounted state toggles on each Do signal.
  • The node prefers explicit sizing and defaults to 500×320 px.

@include "../../shared-props/inputs/_visual-input-properties.md"

@include "../../shared-props/outputs/_visual-output-properties.md"