Class DebugFocusedObjectTint
Tints a surface when that surface is focused. Helps debug which object is focused in FocusedScreenObjects.
Implements
Inherited Members
Namespace: SadConsole.Components
Assembly: SadConsole.Extended.dll
Syntax
public class DebugFocusedObjectTint : RootComponent, IConfigurator
Constructors
DebugFocusedObjectTint()
Declaration
public DebugFocusedObjectTint()
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 focused object.
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. |