docs.unity.cn
    Show / Hide Table of Contents

    Method AccumulateContentSize

    AccumulateContentSize(ref Int32, ref Int64, ref Int64, ref Int64)

    Computes the size of content.

    Declaration
    public bool AccumulateContentSize(ref int entryCount, ref long totalBytes, ref long cachedBytes, ref long uncachedBytes)
    Parameters
    Type Name Description
    Int32 entryCount

    The total number of resolved locations in the service.

    Int64 totalBytes

    The total number of bytes of the data.

    Int64 cachedBytes

    The total number of bytes already cached by the download service.

    Int64 uncachedBytes

    The total number of bytes not cached by the download service.

    Returns
    Type Description
    Boolean

    Returns true if successful.

    AccumulateContentSize(in FixedString512Bytes, ref Int32, ref Int64, ref Int64, ref Int64)

    Computes the size of the content set specified.

    Declaration
    public void AccumulateContentSize(in FixedString512Bytes setName, ref int entryCount, ref long totalBytes, ref long cachedBytes, ref long uncachedBytes)
    Parameters
    Type Name Description
    FixedString512Bytes setName

    The content set to compute the size of.

    Int32 entryCount

    The total number of resolved locations in the service.

    Int64 totalBytes

    The total number of bytes of the data.

    Int64 cachedBytes

    The total number of bytes already cached by the download service.

    Int64 uncachedBytes

    The total number of bytes not cached by the download service.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023