Class BuildLayout.Group
Data about the AddressableAssetGroup that gets processed during a build.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Build.Layout
Assembly: Unity.Addressables.Editor.dll
Syntax
[Serializable]
public class BuildLayout.Group
  Fields
| Name | Description | 
|---|---|
| Bundles | A list of the AssetBundles associated with the Group  | 
      
| Guid | The Guid of the AddressableAssetGroup  | 
      
| Name | The Name of the AdressableAssetGroup  | 
      
| PackingMode | The packing mode as defined by the BundledAssetGroupSchema on the AddressableAssetGroup  | 
      
| Schemas | Data about the AddressableAssetGroupSchemas associated with the Group  |