clean project
This commit is contained in:
33
Assets/Oculus/Platform/Scripts/CloudStorageDataStatus.cs
Normal file
33
Assets/Oculus/Platform/Scripts/CloudStorageDataStatus.cs
Normal file
@@ -0,0 +1,33 @@
|
||||
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
|
||||
|
||||
namespace Oculus.Platform
|
||||
{
|
||||
|
||||
using Description = System.ComponentModel.DescriptionAttribute;
|
||||
|
||||
public enum CloudStorageDataStatus : int
|
||||
{
|
||||
[Description("UNKNOWN")]
|
||||
Unknown,
|
||||
|
||||
[Description("IN_SYNC")]
|
||||
InSync,
|
||||
|
||||
[Description("NEEDS_DOWNLOAD")]
|
||||
NeedsDownload,
|
||||
|
||||
[Description("REMOTE_DOWNLOADING")]
|
||||
RemoteDownloading,
|
||||
|
||||
[Description("NEEDS_UPLOAD")]
|
||||
NeedsUpload,
|
||||
|
||||
[Description("LOCAL_UPLOADING")]
|
||||
LocalUploading,
|
||||
|
||||
[Description("IN_CONFLICT")]
|
||||
InConflict,
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user