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