Game.Input.InputManager+PathType
Assembly: Game
Namespace: Game.Input
Type: enum sealed public
Base: System.Enum
Implements: System.IComparable
, System.ISpanFormattable
, System.IFormattable
, System.IConvertible
Code
public sealed enum PathType : System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible
{
public System.Int32 value__;
public static const Game.Input.InputManager+PathType Effective;
public static const Game.Input.InputManager+PathType Original;
public static const Game.Input.InputManager+PathType Overridden;
}
Fields
public System.Int32 value__
public System.Int32 value__;
public static const Game.Input.InputManager+PathType Effective
public static const Game.Input.InputManager+PathType Effective;
public static const Game.Input.InputManager+PathType Original
public static const Game.Input.InputManager+PathType Original;
public static const Game.Input.InputManager+PathType Overridden
public static const Game.Input.InputManager+PathType Overridden;