Skip to content
Thor Brigsted edited this page Jan 19, 2018 · 30 revisions

Welcome to the xNode wiki! This wiki, although under heavy development, will serve as documentation for the plugin.

Quick overview

  • xNode is a framework for node-base behaviour trees

  • xNode is not a visual scripting tool

  • Node.cs is a base class which all node types must derive from.

  • NodeEditor.cs is a base class which all custom node editors must derive from.

  • NodeGraph.cs is a ScriptableObject containing all graph data.

  • NodeGraphEditor.cs is a base class which all custom graph editors must derive from.

Clone this wiki locally