API reference
API reference
Select your platform
No SDKs available
No versions available

AssetFileDownloadUpdate Class

An AssetFileDownloadUpdate represents the download status of an update for an asset file. It contains the asset file ID, the download progress of the update, and its completion status.

Constructors

AssetFileDownloadUpdate ( o )
Signature
Oculus.Platform.Models.AssetFileDownloadUpdate.AssetFileDownloadUpdate(IntPtr o)
Parameters
o: IntPtr

Fields

AssetFileId : readonly UInt64
DEPRECATED. Use AssetFileDownloadUpdate.GetAssetId().
Signature
readonly UInt64 Oculus.Platform.Models.AssetFileDownloadUpdate.AssetFileId
AssetId : readonly UInt64
ID of the asset file.
Signature
readonly UInt64 Oculus.Platform.Models.AssetFileDownloadUpdate.AssetId
BytesTotal : readonly ulong
Total number of bytes.
Signature
readonly ulong Oculus.Platform.Models.AssetFileDownloadUpdate.BytesTotal
BytesTransferred : readonly long
Number of bytes have been downloaded. -1 If the download hasn't started yet.
Signature
readonly long Oculus.Platform.Models.AssetFileDownloadUpdate.BytesTransferred
Completed : readonly bool
Flag indicating a download is completed.
Signature
readonly bool Oculus.Platform.Models.AssetFileDownloadUpdate.Completed