Show / Hide Table of Contents

Class DebugExtensionsMouseTint

Extensions class for configuring mouse tint debugging.

Inheritance
object
DebugExtensionsMouseTint
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole.Configuration
Assembly: SadConsole.Extended.dll
Syntax
public static class DebugExtensionsMouseTint

Methods

EnableMouseTintDebug(Builder)

Adds a RootComponents component that tints the object under the mouse Purple.

Declaration
public static Builder EnableMouseTintDebug(this Builder builder)
Parameters
Type Name Description
Builder builder

The config builder.

Returns
Type Description
Builder

The config builder.

EnableMouseTintDebug(Builder, Color)

Adds a RootComponents component that tints the object under the mouse.

Declaration
public static Builder EnableMouseTintDebug(this Builder builder, Color tintColor)
Parameters
Type Name Description
Builder builder

The config builder.

Color tintColor

The color to tint objects.

Returns
Type Description
Builder

The config builder.

In this article

Back to top

Back to top Generated by DocFX