Show / Hide Table of Contents

Class Debugger.Settings

The settings used by the debugger.

Inheritance
object
Debugger.Settings
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole.Debug
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public static class Debugger.Settings

Fields

Color_FocusedObj

The color of the focused object.

Declaration
public static Vector4 Color_FocusedObj
Field Value
Type Description
Vector4

Color_PanelHeader

The color of panel headers of objects.

Declaration
public static Vector4 Color_PanelHeader
Field Value
Type Description
Vector4
In this article

Back to top

Back to top Generated by DocFX