---
title: allAssetPacks
framework: backgroundassets
role: symbol
role_heading: Instance Property
path: backgroundassets/assetpackmanager/allassetpacks
---

# allAssetPacks

The asset packs that are available to download.

## Declaration

```swift
var allAssetPacks: Set<AssetPack> { get async throws }
```

## Discussion

Discussion Accessing this property may cause an attempt to get the latest asset-pack information from the server.

## See Also

### Accessing asset packs

- [manifest](backgroundassets/assetpackmanager/manifest.md)
- [AssetPackManifest](backgroundassets/assetpackmanifest.md)
- [assetPack(withID:)](backgroundassets/assetpackmanager/assetpack(withid:).md)
