Base class for all Basic Nodes and Flow Nodes in ReturnGraph. Inherits from IImportableNode and Unity GTK’s base Node class.
All non-abstract implementations of RgNode MUST have class-level two attributes:
Serializable: indiciates this class can be serialized in the editorUseWithGraph(typeof(ReturnGraph)): indicates this node can be used in ReturnGraph| Method | Description |
|---|---|
| BuildRuntimeNode | Constructs and returns an ‣ for runtime use. |