Skip to content

Game.Tools.SelectionToolSystem+State

Assembly: Game
Namespace: Game.Tools

Type: enum sealed public

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

Code

public sealed enum State : System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible
{
    public System.Int32 value__;
    public static const Game.Tools.SelectionToolSystem+State Default;
    public static const Game.Tools.SelectionToolSystem+State Selecting;
    public static const Game.Tools.SelectionToolSystem+State Deselecting;

}

Fields

  • public System.Int32 value__
public System.Int32 value__;
  • public static const Game.Tools.SelectionToolSystem+State Default
public static const Game.Tools.SelectionToolSystem+State Default;
  • public static const Game.Tools.SelectionToolSystem+State Selecting
public static const Game.Tools.SelectionToolSystem+State Selecting;
  • public static const Game.Tools.SelectionToolSystem+State Deselecting
public static const Game.Tools.SelectionToolSystem+State Deselecting;