Get Name
Intro
Get the 'nice name' for a Layer and output it as a string.
UI
Input - Connect the Layer to 'get' the name from.
Example
- Create a Basic Shape.
- Rename it
My Layer
. - Create a Get Name.
- Connect basicShape.id→getName.input.
- Create a Text Shape.
- Connect getName.id→textShape.text.
The Text Shape will display My Layer
in the Viewport.