diff options
| author | yum <yum.food.vr@gmail.com> | 2026-01-06 16:30:28 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-01-06 16:30:28 -0800 |
| commit | 1a4daf3fa6e6a7178fe42bcaa247ce434baf6881 (patch) | |
| tree | 8493a04bee4c53eda492ce0e6cd5c194d7f9e393 /Scripts/Fold/Editor/BaseFoldNode.cs | |
| parent | 9b45bce6d4ca528cf5bbc78aeaa0b6b06e0f1a29 (diff) | |
Fold: drop NodeGraphProcessor
Diffstat (limited to 'Scripts/Fold/Editor/BaseFoldNode.cs')
| -rw-r--r-- | Scripts/Fold/Editor/BaseFoldNode.cs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Scripts/Fold/Editor/BaseFoldNode.cs b/Scripts/Fold/Editor/BaseFoldNode.cs deleted file mode 100644 index e8b394e..0000000 --- a/Scripts/Fold/Editor/BaseFoldNode.cs +++ /dev/null @@ -1,14 +0,0 @@ -using GraphProcessor; - -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(); -} - |
