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

AssetFileDownloadResult Class

An AssetFileDownloadResult represents an asset that has been successfully downloaded. It's used to store information about an asset that has been downloaded, such as its location on the local file system and its unique identifier asset file ID. It can be retrieved using AssetFile.DownloadByName().

Constructors

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

Fields

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