Skip to content

DebugExtensionsMouseTint Class

Extensions class for configuring mouse tint debugging.

C#
public static class DebugExtensionsMouseTint

Inheritance object

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

C#
public static Builder EnableMouseTintDebug(this Builder builder)

builder Builder
The config builder.

Builder
The config builder.

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

C#
public static Builder EnableMouseTintDebug(this Builder builder, Color tintColor)

builder Builder
The config builder.

tintColor SadRogue.Primitives.Color
The color to tint objects.

Builder
The config builder.