AssetFileDeleteResult
(
o
)
|
Signature
Oculus.Platform.Models.AssetFileDeleteResult.AssetFileDeleteResult(IntPtr o) Parameters o: IntPtr |
AssetFileId
: readonly UInt64 |
DEPRECATED. Use AssetFileDeleteResult.GetAssetId().
Signature
readonly UInt64 Oculus.Platform.Models.AssetFileDeleteResult.AssetFileId |
AssetId
: readonly UInt64 |
ID of the asset file.
Signature
readonly UInt64 Oculus.Platform.Models.AssetFileDeleteResult.AssetId |
Filepath
: readonly string |
File path of the asset file.
Signature
readonly string Oculus.Platform.Models.AssetFileDeleteResult.Filepath |
Success
: readonly bool |
Whether the asset delete was successful.
Signature
readonly bool Oculus.Platform.Models.AssetFileDeleteResult.Success |