AssetFileDownloadResult
(
o
)
|
Signature
Oculus.Platform.Models.AssetFileDownloadResult.AssetFileDownloadResult(IntPtr o) Parameters o: IntPtr |
AssetId
: readonly UInt64 |
ID of the asset file. It can be retrieved using AssetDetails::AssetId. It can be used to retrieve the AssetFileDownloadResult by AssetFile.DownloadById().
Signature
readonly UInt64 Oculus.Platform.Models.AssetFileDownloadResult.AssetId |
Filepath
: readonly string |
File path of the asset file.
Signature
readonly string Oculus.Platform.Models.AssetFileDownloadResult.Filepath |