Constructor VirtualAssetBundleEntry
VirtualAssetBundleEntry()
Construct a new VirtualAssetBundleEntry
Declaration
public VirtualAssetBundleEntry()
VirtualAssetBundleEntry(string, long)
Construct a new VirtualAssetBundleEntry
Declaration
public VirtualAssetBundleEntry(string name, long size)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | The name of the asset.  | 
    
| long | size | The size of the asset, in bytes.  |