Skip to content

Game.Prefabs.TutorialPhasePrefab+ControlScheme

Assembly: Game
Namespace: Game.Prefabs

Type: enum sealed public

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

Attributes: Flags

Code

public sealed enum ControlScheme : System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible
{
    public System.Int32 value__;
    public static const Game.Prefabs.TutorialPhasePrefab+ControlScheme KeyboardAndMouse;
    public static const Game.Prefabs.TutorialPhasePrefab+ControlScheme Gamepad;
    public static const Game.Prefabs.TutorialPhasePrefab+ControlScheme All;

}

Fields

  • public System.Int32 value__
public System.Int32 value__;
  • public static const Game.Prefabs.TutorialPhasePrefab+ControlScheme KeyboardAndMouse
public static const Game.Prefabs.TutorialPhasePrefab+ControlScheme KeyboardAndMouse;
  • public static const Game.Prefabs.TutorialPhasePrefab+ControlScheme Gamepad
public static const Game.Prefabs.TutorialPhasePrefab+ControlScheme Gamepad;
  • public static const Game.Prefabs.TutorialPhasePrefab+ControlScheme All
public static const Game.Prefabs.TutorialPhasePrefab+ControlScheme All;