From 2b5a62829cd53139d62b2f3ffa3a56f600e43733 Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 1 Jan 2026 17:19:27 -0800 Subject: Fold: Introduce keyframe node Connect a GameObject and a chain of FoldNodes, then click the keyframe button. Actual keyframe logic not yet implemented. --- Scripts/Fold/Editor/FoldToolbarView.cs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Scripts/Fold/Editor/FoldToolbarView.cs (limited to 'Scripts/Fold/Editor/FoldToolbarView.cs') diff --git a/Scripts/Fold/Editor/FoldToolbarView.cs b/Scripts/Fold/Editor/FoldToolbarView.cs deleted file mode 100644 index 1d31fd7..0000000 --- a/Scripts/Fold/Editor/FoldToolbarView.cs +++ /dev/null @@ -1,17 +0,0 @@ -using GraphProcessor; -using UnityEngine; -using UnityEditor; - -public class FoldToolbarView : ToolbarView -{ - public FoldToolbarView(BaseGraphView graphView) : base(graphView) {} - - protected override void AddButtons() - { - base.AddButtons(); - - AddButton("Generate keyframe", () => { - // TODO - }); - } -} -- cgit v1.2.3