Skip to content

Game.Notifications.IconCommandBuffer+CommandFlags

Assembly: Game
Namespace: Game.Notifications

Type: enum sealed public

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

Code

public sealed enum CommandFlags : System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible
{
    public System.Byte value__;
    public static const Game.Notifications.IconCommandBuffer+CommandFlags Add;
    public static const Game.Notifications.IconCommandBuffer+CommandFlags Remove;
    public static const Game.Notifications.IconCommandBuffer+CommandFlags Update;
    public static const Game.Notifications.IconCommandBuffer+CommandFlags Temp;
    public static const Game.Notifications.IconCommandBuffer+CommandFlags Hidden;
    public static const Game.Notifications.IconCommandBuffer+CommandFlags DisallowCluster;
    public static const Game.Notifications.IconCommandBuffer+CommandFlags All;

}

Fields

  • public System.Byte value__
public System.Byte value__;
  • public static const Game.Notifications.IconCommandBuffer+CommandFlags Add
public static const Game.Notifications.IconCommandBuffer+CommandFlags Add;
  • public static const Game.Notifications.IconCommandBuffer+CommandFlags Remove
public static const Game.Notifications.IconCommandBuffer+CommandFlags Remove;
  • public static const Game.Notifications.IconCommandBuffer+CommandFlags Update
public static const Game.Notifications.IconCommandBuffer+CommandFlags Update;
  • public static const Game.Notifications.IconCommandBuffer+CommandFlags Temp
public static const Game.Notifications.IconCommandBuffer+CommandFlags Temp;
  • public static const Game.Notifications.IconCommandBuffer+CommandFlags Hidden
public static const Game.Notifications.IconCommandBuffer+CommandFlags Hidden;
  • public static const Game.Notifications.IconCommandBuffer+CommandFlags DisallowCluster
public static const Game.Notifications.IconCommandBuffer+CommandFlags DisallowCluster;
  • public static const Game.Notifications.IconCommandBuffer+CommandFlags All
public static const Game.Notifications.IconCommandBuffer+CommandFlags All;