diff options
Diffstat (limited to 'Scripts/Fold/Editor/BaseFoldNode.cs')
| -rw-r--r-- | Scripts/Fold/Editor/BaseFoldNode.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Scripts/Fold/Editor/BaseFoldNode.cs b/Scripts/Fold/Editor/BaseFoldNode.cs index 203a89a..e8b394e 100644 --- a/Scripts/Fold/Editor/BaseFoldNode.cs +++ b/Scripts/Fold/Editor/BaseFoldNode.cs @@ -5,6 +5,9 @@ public abstract class BaseFoldNode : BaseNode [Input(name = "Input")] public BaseFoldNode input; + [Output(name = "Out")] + public BaseFoldNode output; + // Generate a generic representation of the node. This is used for animation. public abstract FoldNodeSerialized Serialize(); } |
