Constructor VirtualAssetBundle
VirtualAssetBundle()
Construct a new VirtualAssetBundle object.
Declaration
public VirtualAssetBundle()
VirtualAssetBundle(string, bool, uint, string)
Construct a new VirtualAssetBundle
Declaration
public VirtualAssetBundle(string name, bool local, uint crc, string hash)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the bundle. |
bool | local | Is the bundle local or remote. This is used to determine which bandwidth value to use when simulating loading. |
uint | crc | |
string | hash |