---
title: accessoryLocations
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/anchoringcomponent/accessoryanchoringsource/accessorylocations
---

# accessoryLocations

The list of anchor-able locations for this accessory.

## Declaration

```swift
var accessoryLocations: [AnchoringComponent.AccessoryLocation] { get }
```

## Discussion

Discussion The returned array is device-specific; its contents are defined by the accessory’s manufacturer, and may or may not include origin. origin is supported by every accessory and is always available via the static property, regardless of whether it appears in this array.
