Newer
Older
CGTrack / Assets / Oculus / Platform / Scripts / LeaderboardFilterType.cs
@Pascal Syma Pascal Syma on 25 Jul 2021 397 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 LeaderboardFilterType : int
  {
    [Description("NONE")]
    None,

    [Description("FRIENDS")]
    Friends,

    [Description("UNKNOWN")]
    Unknown,

    [Description("USER_IDS")]
    UserIds,

  }

}