summaryrefslogtreecommitdiffstats
path: root/Scripts/Fold/Editor/FoldGraphView.cs
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2026-01-01 17:19:27 -0800
committeryum <yum.food.vr@gmail.com>2026-01-01 17:19:27 -0800
commit2b5a62829cd53139d62b2f3ffa3a56f600e43733 (patch)
tree81d74302ce9ac7ec5d8688bc3954bd061cfed805 /Scripts/Fold/Editor/FoldGraphView.cs
parentd06bf919efd978f018ddcb4e2d5807a7783fcc84 (diff)
Fold: Introduce keyframe node
Connect a GameObject and a chain of FoldNodes, then click the keyframe button. Actual keyframe logic not yet implemented.
Diffstat (limited to 'Scripts/Fold/Editor/FoldGraphView.cs')
-rw-r--r--Scripts/Fold/Editor/FoldGraphView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Scripts/Fold/Editor/FoldGraphView.cs b/Scripts/Fold/Editor/FoldGraphView.cs
index 7b592cd..2a94b9f 100644
--- a/Scripts/Fold/Editor/FoldGraphView.cs
+++ b/Scripts/Fold/Editor/FoldGraphView.cs
@@ -18,3 +18,4 @@ public class FoldGraphView : BaseGraphView
}
}
}
+