Skip to content

Game.Rendering.GuideLinesSystem+TooltipType

Assembly: Game
Namespace: Game.Rendering

Type: enum sealed public

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

Code

public sealed enum TooltipType : System.IComparable, System.ISpanFormattable, System.IFormattable, System.IConvertible
{
    public System.Int32 value__;
    public static const Game.Rendering.GuideLinesSystem+TooltipType Angle;
    public static const Game.Rendering.GuideLinesSystem+TooltipType Length;

}

Fields

  • public System.Int32 value__
public System.Int32 value__;
  • public static const Game.Rendering.GuideLinesSystem+TooltipType Angle
public static const Game.Rendering.GuideLinesSystem+TooltipType Angle;
  • public static const Game.Rendering.GuideLinesSystem+TooltipType Length
public static const Game.Rendering.GuideLinesSystem+TooltipType Length;