Skip to content

Game.Prefabs.ElectricityConnection+Voltage

Assembly: Game
Namespace: Game.Prefabs

Type: enum sealed public

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

Code

public sealed enum Voltage : System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible
{
    public System.Byte value__;
    public static const Game.Prefabs.ElectricityConnection+Voltage Low;
    public static const Game.Prefabs.ElectricityConnection+Voltage High;
    public static const Game.Prefabs.ElectricityConnection+Voltage Invalid;

}

Fields

  • public System.Byte value__
public System.Byte value__;
  • public static const Game.Prefabs.ElectricityConnection+Voltage Low
public static const Game.Prefabs.ElectricityConnection+Voltage Low;
  • public static const Game.Prefabs.ElectricityConnection+Voltage High
public static const Game.Prefabs.ElectricityConnection+Voltage High;
  • public static const Game.Prefabs.ElectricityConnection+Voltage Invalid
public static const Game.Prefabs.ElectricityConnection+Voltage Invalid;