Method ComputeSize
ComputeSize(IResourceLocation, ResourceManager)
Compute the numder of bytes need to download for the specified location.
Declaration
long ComputeSize(IResourceLocation location, ResourceManager resourceManager)
Parameters
| Type | Name | Description | 
|---|---|---|
| IResourceLocation | location | The location to compute the size for.  | 
    
| ResourceManager | resourceManager | The object that contains all the resource locations.  | 
    
Returns
| Type | Description | 
|---|---|
| long | The size in bytes of the data needed to be downloaded.  |