Skip to content

Game.UI.Widgets.Label+Level

Assembly: Game
Namespace: Game.UI.Widgets

Type: enum sealed public

Base: System.Enum
Implements: System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible

Code

public sealed enum Level : System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible
{
    public System.Int32 value__;
    public static const Game.UI.Widgets.Label+Level Title;
    public static const Game.UI.Widgets.Label+Level SubTitle;
    public static const Game.UI.Widgets.Label+Level GroupTitle;

}

Fields

  • public System.Int32 value__
public System.Int32 value__;
  • public static const Game.UI.Widgets.Label+Level Title
public static const Game.UI.Widgets.Label+Level Title;
  • public static const Game.UI.Widgets.Label+Level SubTitle
public static const Game.UI.Widgets.Label+Level SubTitle;
  • public static const Game.UI.Widgets.Label+Level GroupTitle
public static const Game.UI.Widgets.Label+Level GroupTitle;