Class VirtualAssetBundle
Contains data need to simulate an asset bundle.
Inherited Members
Namespace: UnityEngine .ResourceManagement .ResourceProviders .Simulation
Assembly: Unity.ResourceManager.dll
Syntax
[Serializable]
public class VirtualAssetBundle : ISerializationCallbackReceiver, IAssetBundleResource
Constructors
Name | Description |
---|---|
Virtual |
Construct a new VirtualAssetBundle object. |
Virtual |
Construct a new VirtualAssetBundle |
Properties
Name | Description |
---|---|
Assets | The assets contained in the bundle. |
Name | The name of the bundle. |
Percent |
The percent of data that has been loaded. |
Methods
Name | Description |
---|---|
Get |
Implementation of IAssetBundleResource API |
On |
Load serialized data into runtime structures. |
On |
Not used |
Set |
Set the size of the bundle. |