Show / Hide Table of Contents

Class DebugFocusedObjectTint

Tints a surface when that surface is focused. Helps debug which object is focused in FocusedScreenObjects.

Inheritance
object
RootComponent
DebugFocusedObjectTint
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 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.

Overrides
RootComponent.Run(TimeSpan)

Implements

IConfigurator

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX