Contents

MDLNamed

The common interface for Model I/O objects that expose a human-readable name.

Declaration

protocol MDLNamed

Overview

The name property defined by this protocol is adopted by many classes in Model I/O. You can use this property to assign descriptive names to objects such as meshes, materials, cameras, and scattering functions to better keep track of the objects in your app. When you load objects from or export objects to a file using the MDLAsset class, this property corresponds to the names and labels for objects that appear in popular 3D authoring tools.

Topics

Naming an Object

See Also

3D Asset Basics