From 55ab58068067b2feca35e27ad18349f3597b1a3d Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 2 Jan 2026 15:15:49 -0800 Subject: Fold: add Serialize() method to fold nodes --- Scripts/Fold/Editor/KeyframeNodeView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Scripts/Fold/Editor/KeyframeNodeView.cs') diff --git a/Scripts/Fold/Editor/KeyframeNodeView.cs b/Scripts/Fold/Editor/KeyframeNodeView.cs index f2530ec..fd90c75 100644 --- a/Scripts/Fold/Editor/KeyframeNodeView.cs +++ b/Scripts/Fold/Editor/KeyframeNodeView.cs @@ -58,4 +58,4 @@ public class KeyframeNodeView : BaseNodeView generateButton.SetEnabled(hasGoConn && hasFoldConn && go?.GetComponent() != null); } -} \ No newline at end of file +} -- cgit v1.2.3