DebugExtensionsMouseTint Class
Definition
Section titled “Definition”Extensions class for configuring mouse tint debugging.
public static class DebugExtensionsMouseTintInheritance object
Methods
Section titled “Methods”EnableMouseTintDebug(Builder)
Section titled “EnableMouseTintDebug(Builder)”Adds a RootComponents component that tints the object under the mouse SadRogue.Primitives.Color.Purple.
public static Builder EnableMouseTintDebug(this Builder builder)Parameters
Section titled “Parameters”builder Builder
The config builder.
Returns
Section titled “Returns”Builder
The config builder.
EnableMouseTintDebug(Builder, Color)
Section titled “EnableMouseTintDebug(Builder, Color)”Adds a RootComponents component that tints the object under the mouse.
public static Builder EnableMouseTintDebug(this Builder builder, Color tintColor)Parameters
Section titled “Parameters”builder Builder
The config builder.
tintColor SadRogue.Primitives.Color
The color to tint objects.
Returns
Section titled “Returns”Builder
The config builder.