We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9235e22 commit 0c1941bCopy full SHA for 0c1941b
README.md
@@ -171,3 +171,12 @@ Want to be in the made with list? [Send a message to the issue #14](https://gith
171
172
### Drag And Drop Objects
173

174
+
175
+### Renamable nodes
176
177
+Just add this bit of code in your Node script to make it renamable in the UI.
178
+```CSharp
179
+ public override bool isRenamable => true;
180
+```
181
182
+
0 commit comments