Method ComputeSize
ComputeSize(IResourceLocation, ResourceManager)
Compute the numder of bytes need to download for the specified location.
선언
long ComputeSize(IResourceLocation location, ResourceManager resourceManager)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| IResourceLocation | location | The location to compute the size for. |
| ResourceManager | resourceManager | The object that contains all the resource locations. |
반환
| 타입 | 설명 |
|---|---|
| long | The size in bytes of the data needed to be downloaded. |