Setting a DzNode name Scene panel
Feronaut
Posts: 1
Hi, I can add assets to a scene by using App.getContentMgr().openFile()
, but I cannot change the name of it in the Scene panel. Is there a layer I am not aware of?
Comments
The Scene pane shows Label, not Name - Edit>Figure or Object>Scene Identification gives access to both, scripting has DzElement.setName( name ) for changing the name.
and of course DzElement.setLabel( label ) for the labels.