Skip to content

Commit 0c1941b

Browse files
committed
Updated readme
1 parent 9235e22 commit 0c1941b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,12 @@ Want to be in the made with list? [Send a message to the issue #14](https://gith
171171

172172
### Drag And Drop Objects
173173
![CreateNodeFromObject](https://user-images.githubusercontent.com/6877923/110240003-20d3f000-7f4a-11eb-8adc-e52340945b74.gif)
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+
![RenamableNode](https://user-images.githubusercontent.com/6877923/115143209-33ac0b00-a046-11eb-88f9-3216866e3669.gif)

0 commit comments

Comments
 (0)