Custom Named Node

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Võ Văn Nghĩa
:warning: Old Version Published before Godot 3 was released.

Hello every one
I saw in the godot docs that each node have thier own name. not a default name, but I don know how to name a node. Can you help me?
Sorry for my bad English. Thank you

:bust_in_silhouette: Reply From: Nutr1z

Hi,

For renaming a node just double click on the node.
You can also rename by code with your_node.set_name("CustomName")