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
  1. Interface

Node list

PreviousRedNodeEditorNextGraph editor

Last updated 1 year ago

The node list (placed on the left window) is the list containg all available nodes to use, divided by category. Each node when hovered shows a short description of what it does and/or how should be used. The window can be resized both horizontally and vertically allowing for a more spacious graph editor and/or variables tab.


Usage

Expand the categories by clicking on them and add a node to the graph by double clicking on it. The selected node will appear in the top-left corner of the graph.

You can search for specific nodes using the top search bar and/or the inputs and outputs filters to only list nodes which has the selected types.

You can hide the inputs and outputs columns in the node list in View->Hide inputs/outputs in node list

It's not possible to add more than 1 node at time to the graph editor

Page cover image