Class VirtualAssetBundleEntry
Contains data needed to simulate a bundled asset
Inherited Members
Namespace: UnityEngine.ResourceManagement.ResourceProviders.Simulation
Assembly: Unity.ResourceManager.dll
Syntax
[Serializable]
public class VirtualAssetBundleEntry
Constructors
| Name | Description |
|---|---|
| VirtualAssetBundleEntry() | Construct a new VirtualAssetBundleEntry |
| VirtualAssetBundleEntry(string, long) | Construct a new VirtualAssetBundleEntry |
Properties
| Name | Description |
|---|---|
| AssetPath | |
| Name | The name of the asset. |
| Size | The file size of the asset, in bytes. |