MeshLibrary.setItemName

Sets the item's name. This name is shown in the editor. It can also be used to look up the item later using findItemByName.

struct MeshLibrary
@nogc nothrow
void
setItemName
(
in long id
,
in String name
)

Meta