diff options
| author | yum <yum.food.vr@gmail.com> | 2026-01-02 15:15:49 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-01-02 15:16:57 -0800 |
| commit | 55ab58068067b2feca35e27ad18349f3597b1a3d (patch) | |
| tree | 199f13cfa50588b9c0d44aef7511f73c99c766f3 /Scripts/Fold/Editor/KeyframeNodeView.cs | |
| parent | 1591d5d8eb702883460535d0d5968abf22433da5 (diff) | |
Fold: add Serialize() method to fold nodes
Diffstat (limited to 'Scripts/Fold/Editor/KeyframeNodeView.cs')
| -rw-r--r-- | Scripts/Fold/Editor/KeyframeNodeView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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<MeshRenderer>() != null); } -}
\ No newline at end of file +} |
