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

    [Description("OCULUS")]
    Oculus,

    [Description("FACEBOOK_GAMEROOM")]
    FacebookGameroom,

  }

}