Contents

name

A descriptive name for the anchor.

Declaration

var name: String? { get }

Mentioned in

Discussion

To name an anchor, create one with the init(name:transform:) initializer. This property is nil for anchors created otherwise.

ARKit does not display the name to users, but your app can use it to identify anchors for debugging.

See Also

Creating Anchors