Interface ILocationSizeData
Interface for computing size of loading a location.
Namespace: UnityEngine.ResourceManagement.ResourceLocations
Syntax
public interface ILocationSizeData
Methods
ComputeSize(IResourceLocation)
Compute the numder of bytes need to download for the specified location.
Declaration
long ComputeSize(IResourceLocation loc)
Parameters
Type | Name | Description |
---|---|---|
IResourceLocation | loc | The location to compute the size for. |
Returns
Type | Description |
---|---|
Int64 | The size in bytes of the data needed to be downloaded. |