---
title: Accessory.LocationName
framework: arkit
role: symbol
role_heading: Structure
path: arkit/accessory/locationname
---

# Accessory.LocationName

Location names to fetch transforms defined on accessories. Some pre-defined location names that are common to accessories conforming to the OpenXR spec are provided as a convenience. These are not required to exist on all accessories.

## Declaration

```swift
struct LocationName
```

## Topics

### Initializers

- [init(_:)](arkit/accessory/locationname/init(_:).md)
- [init(rawValue:)](arkit/accessory/locationname/init(rawvalue:).md)

### Instance Properties

- [description](arkit/accessory/locationname/description.md)
- [rawValue](arkit/accessory/locationname/rawvalue.md)

### Type Properties

- [aim](arkit/accessory/locationname/aim.md)
- [grip](arkit/accessory/locationname/grip.md)
- [gripSurface](arkit/accessory/locationname/gripsurface.md)

## Relationships

### Conforms To

- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
