# bundleAssets

> List of asset loading information for an AssetBundle.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Build.Content](/engine/6000.3/script-reference/unityeditor/build/content.md)
* **Assembly:** UnityEditor

```csharp
public List<AssetLoadInfo> bundleAssets { get; set; }
```

### Remarks

Internal use only. See [AssetBundleInfo](/engine/6000.3/script-reference/unityeditor/build/content/assetbundleinfo.md).
