---
title: name
framework: modelio
role: symbol
role_heading: Instance Property
path: modelio/mdlsubmesh/name
---

# name

A descriptive name for the submesh.

## Declaration

```swift
var name: String { get set }
```

## Discussion

Discussion This property is not used in rendering, but you can use it to keep track of multiple submeshes for debugging. This property can also be populated with useful descriptive information when importing submesh data from an asset file or other source.
