docs.unity3d.com
    目次を表示する/隠す

    Struct DownloadStatus

    Contains download information for async operations.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: UnityEngine.ResourceManagement.AsyncOperations
    Syntax
    public struct DownloadStatus

    Fields

    Name Description
    DownloadedBytes

    The total number of bytes needed to download by the operation and dependencies.

    IsDone

    Is the operation completed. This is used to determine if the computed Percent should be 0 or 1 when TotalBytes is 0.

    TotalBytes

    The number of bytes downloaded by the operation and all of its dependencies.

    Properties

    Name Description
    Percent

    Returns the computed percent complete as a float value between 0 & 1. If TotalBytes == 0, 1 is returned.

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)