Class AssetBundleInfo
Inherited Members
Namespace: UnityEditor.Build.Content
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class AssetBundleInfo
Properties
| Improve this Doc View SourcebundleAssets
Declaration
public List<AssetLoadInfo> bundleAssets { get; set; }
Property Value
Type | Description |
---|---|
List<AssetLoadInfo> |
bundleName
Declaration
public string bundleName { get; set; }
Property Value
Type | Description |
---|---|
String |