This repository has been archived on 2024-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
snakeinabox/Assets/Oculus/Platform/Scripts/TimeWindow.cs
2020-07-09 11:41:01 -07:00

30 lines
492 B
C#

// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
namespace Oculus.Platform
{
using Description = System.ComponentModel.DescriptionAttribute;
public enum TimeWindow : int
{
[Description("UNKNOWN")]
Unknown,
[Description("ONE_HOUR")]
OneHour,
[Description("ONE_DAY")]
OneDay,
[Description("ONE_WEEK")]
OneWeek,
[Description("THIRTY_DAYS")]
ThirtyDays,
[Description("NINETY_DAYS")]
NinetyDays,
}
}