-
-
Notifications
You must be signed in to change notification settings - Fork 592
Home
Thor Brigsted edited this page Mar 7, 2019
·
30 revisions
Welcome to the xNode wiki! This wiki, although under heavy development, will serve as documentation for the plugin.
For API I recommend looking through the source code, or exploring classes through IntelliSense, as most code is thoroughly commented. API will not be documented on the wiki, for reasons explained here.
-
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 base class which all graph types must derive from. -
NodeGraphEditor.cs
is a base class which all custom graph editors must derive from.