Skip to content

Game.PSI.Internal.Helpers+json_displaymode

Assembly: Game
Namespace: Game.PSI.Internal

Type: enum sealed public

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

Code

public sealed enum json_displaymode : System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible
{
    public System.Int32 value__;
    public static const Game.PSI.Internal.Helpers+json_displaymode fullscreen;
    public static const Game.PSI.Internal.Helpers+json_displaymode windowed;
    public static const Game.PSI.Internal.Helpers+json_displaymode borderless_window;

}

Fields

  • public System.Int32 value__
public System.Int32 value__;
  • public static const Game.PSI.Internal.Helpers+json_displaymode fullscreen
public static const Game.PSI.Internal.Helpers+json_displaymode fullscreen;
  • public static const Game.PSI.Internal.Helpers+json_displaymode windowed
public static const Game.PSI.Internal.Helpers+json_displaymode windowed;
  • public static const Game.PSI.Internal.Helpers+json_displaymode borderless_window
public static const Game.PSI.Internal.Helpers+json_displaymode borderless_window;