Show / Hide Table of Contents

Class DebugMouseTint

Tints a surface when that surface would use the mouse. Helps debug which object is receiving mouse input as you move the mouse around.

Inheritance
object
RootComponent
DebugMouseTint
Implements
IConfigurator
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole.Components
Assembly: SadConsole.Extended.dll
Syntax
public class DebugMouseTint : RootComponent, IConfigurator

Constructors

DebugMouseTint()

Declaration
public DebugMouseTint()

Properties

IsEnabled

When false, disables this component and clears the tinted object.

Declaration
public bool IsEnabled { get; set; }
Property Value
Type Description
bool

TintColor

The tint color to apply to the object under the mouse.

Declaration
public Color TintColor { get; set; }
Property Value
Type Description
Color

Methods

Run(TimeSpan)

Code to run during update.

Declaration
public override void Run(TimeSpan delta)
Parameters
Type Name Description
TimeSpan delta

The time that has elapsed since the last frame.

Overrides
RootComponent.Run(TimeSpan)

Implements

IConfigurator

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX