Class CachedBundleState
Cached state of asset bundles.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Build
Syntax
[Serializable]
public class CachedBundleState
Fields
bundleFileId
The name of the cached asset states bundle file.
Declaration
public string bundleFileId
Field Value
| Type | Description |
|---|---|
| String |
data
The cached bundle state data.
Declaration
public object data
Field Value
| Type | Description |
|---|---|
| Object |