Class CachedBundleState
Cached state of asset bundles.
Namespace: UnityEditor.AddressableAssets.Build
Syntax
public class CachedBundleState : object
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 |