-
-
Notifications
You must be signed in to change notification settings - Fork 599
Home
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.
-
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.