Skip to content

DebugFocusedObjectTint Class

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

C#
public class DebugFocusedObjectTint : RootComponent, IConfigurator

Inheritance objectRootComponent

Implements IConfigurator

C#
public DebugFocusedObjectTint()

The tint color to apply to the focused object.

C#
public Color TintColor { get; set; }

When false, disables this component and clears the tinted object.

C#
public bool IsEnabled { get; set; }

Code to run during update.

C#
public override void Run(TimeSpan delta)

delta TimeSpan
The time that has elapsed since the last frame.