clean project
This commit is contained in:
24
Assets/Oculus/Platform/Scripts/LeaderboardStartAt.cs
Normal file
24
Assets/Oculus/Platform/Scripts/LeaderboardStartAt.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
|
||||
|
||||
namespace Oculus.Platform
|
||||
{
|
||||
|
||||
using Description = System.ComponentModel.DescriptionAttribute;
|
||||
|
||||
public enum LeaderboardStartAt : int
|
||||
{
|
||||
[Description("TOP")]
|
||||
Top,
|
||||
|
||||
[Description("CENTERED_ON_VIEWER")]
|
||||
CenteredOnViewer,
|
||||
|
||||
[Description("CENTERED_ON_VIEWER_OR_TOP")]
|
||||
CenteredOnViewerOrTop,
|
||||
|
||||
[Description("UNKNOWN")]
|
||||
Unknown,
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user