Newer
Older
CGTrack / Assets / Oculus / Platform / Scripts / ChallengeCreationType.cs
@Pascal Syma Pascal Syma on 25 Jul 2021 387 bytes Initial Commit
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

namespace Oculus.Platform
{

  using Description = System.ComponentModel.DescriptionAttribute;

  public enum ChallengeCreationType : int
  {
    [Description("UNKNOWN")]
    Unknown,

    [Description("USER_CREATED")]
    UserCreated,

    [Description("DEVELOPER_CREATED")]
    DeveloperCreated,

  }

}