AssetFileDownloadUpdate
(
o
)
|
Signature
Oculus.Platform.Models.AssetFileDownloadUpdate.AssetFileDownloadUpdate(IntPtr o) Parameters o: IntPtr |
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 |