clean project
This commit is contained in:
30
Assets/Oculus/Platform/Scripts/ServiceProvider.cs
Normal file
30
Assets/Oculus/Platform/Scripts/ServiceProvider.cs
Normal file
@@ -0,0 +1,30 @@
|
||||
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
|
||||
|
||||
namespace Oculus.Platform
|
||||
{
|
||||
|
||||
using Description = System.ComponentModel.DescriptionAttribute;
|
||||
|
||||
public enum ServiceProvider : int
|
||||
{
|
||||
[Description("UNKNOWN")]
|
||||
Unknown,
|
||||
|
||||
[Description("DROPBOX")]
|
||||
Dropbox,
|
||||
|
||||
[Description("FACEBOOK")]
|
||||
Facebook,
|
||||
|
||||
[Description("GOOGLE")]
|
||||
Google,
|
||||
|
||||
[Description("INSTAGRAM")]
|
||||
Instagram,
|
||||
|
||||
[Description("REMOTE_MEDIA")]
|
||||
RemoteMedia,
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user