RedNodeEditor
  • RedNodeEditor
  • Interface
    • Node list
    • Graph editor
  • Usage
    • Base nodes
    • Variables
    • Custom events
    • If statement
  • Building and using mods
    • Exporting and loading a mod
Powered by GitBook
On this page
  • Basic controls usage
  • Quick node selector
  • Editor top bar
  1. Interface

Graph editor

PreviousNode listNextBase nodes

Last updated 1 year ago

The graph editor is the main workspace area where nodes are displayed and can be connected to each other to perform different actions.


Basic controls usage

  • Selecting a node: left mouse click

  • Dragging a node: hold left mouse button

  • Dragging an output: hold right mouse button

  • Connecting to an input: left mouse click while still holding the right mouse button

  • Deleting a node: select the node and press delete on keyboard

  • Duplicating the selected node: CTRL+D

  • Disconnecting an output: mouse double right-click on an output

  • Moving editor visual: hold middle mouse button

  • Zooming in/out: CTRL+SCROLLWHEEL

  • Making a comment: CTRL+LMB + drag and release

  • Moving a comment: hold RMB on the colored box and drag

Connections are handled from outputs to inputs only (e.g you can't drag a connection line from an input). The same applies when disconnecting a connection.

  • Not all nodes can be duplicated (e.g base ones and variables).

  • Duplicated nodes do not have the connections and parameters of the duplicate node


Quick node selector

The quick node selector is a small window to quickly add a node to the graph at the chosen position if you already know what node you need. To open it press F1 while hovering the editor area and search or scroll to the node you need, then add it by double clicking on it.


Editor top bar

At the top of the editor there is a top bar with a nodes menu which let disconnect and delete all graph nodes, change the grid size and the visual movement speed as well as showing the current zoom level.

: press F1 on keyboard

QuickNodeSelector
Page cover image