Skip to content

Game.UI.Editor.HierarchyMenu+SelectionType

Assembly: Game
Namespace: Game.UI.Editor

Type: enum sealed public

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

Code

public sealed enum SelectionType : System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible
{
    public System.Int32 value__;
    public static const Game.UI.Editor.HierarchyMenu+SelectionType singleSelection;
    public static const Game.UI.Editor.HierarchyMenu+SelectionType multiSelection;
    public static const Game.UI.Editor.HierarchyMenu+SelectionType inheritedMultiSelection;

}

Fields

  • public System.Int32 value__
public System.Int32 value__;
  • public static const Game.UI.Editor.HierarchyMenu+SelectionType singleSelection
public static const Game.UI.Editor.HierarchyMenu+SelectionType singleSelection;
  • public static const Game.UI.Editor.HierarchyMenu+SelectionType multiSelection
public static const Game.UI.Editor.HierarchyMenu+SelectionType multiSelection;
  • public static const Game.UI.Editor.HierarchyMenu+SelectionType inheritedMultiSelection
public static const Game.UI.Editor.HierarchyMenu+SelectionType inheritedMultiSelection;