---
title: unkeyedResources
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/animationlibrarycomponent/unkeyedresources
---

# unkeyedResources

The library’s animation resources that don’t have a queryable name.

## Declaration

```swift
var unkeyedResources: [AnimationResource]? { get }
```

## Return Value

Return Value An array of the animation resources that don’t have a key; otherwise, nil.

## See Also

### Accessing animations

- [animations](realitykit/animationlibrarycomponent/animations.md)
- [defaultAnimation](realitykit/animationlibrarycomponent/defaultanimation.md)
- [defaultKey](realitykit/animationlibrarycomponent/defaultkey.md)
