Function 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.

void setItemName (
  const(long) id,
  const(String) name
) nothrow @nogc;