docs.unity.cn
    Show / Hide Table of Contents

    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
    Int64

    The size in bytes of the data needed to be downloaded.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use