Class BuildLayout.Bundle
Data store for AssetBundle information.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Build.Layout
Assembly: Unity.Addressables.Editor.dll
Syntax
[Serializable]
public class BuildLayout.Bundle
Fields
| Name | Description |
|---|---|
| Compression | The Compression method used for the AssetBundle. |
| Dependencies | A list of the direct dependencies of the AssetBundle |
| ExpandedDependencies | The full dependency list, flattened into a list |
| FileSize | The file size of the AssetBundle on disk, in bytes |
| Files | List of the Files referenced by the AssetBundle |
| Group | A reference to the Group data that this AssetBundle was generated from |
| Name | The name of the AssetBundle |