DebugFocusedObjectTint Class
Definition
Section titled “Definition”Tints a surface when that surface is focused. Helps debug which object is focused in FocusedScreenObjects.
public class DebugFocusedObjectTint : RootComponent, IConfiguratorInheritance object → RootComponent
Implements IConfigurator
Constructors
Section titled “Constructors”DebugFocusedObjectTint()
Section titled “DebugFocusedObjectTint()”public DebugFocusedObjectTint()Properties
Section titled “Properties”TintColor
Section titled “TintColor”The tint color to apply to the focused object.
public Color TintColor { get; set; }IsEnabled
Section titled “IsEnabled”When false, disables this component and clears the tinted object.
public bool IsEnabled { get; set; }Methods
Section titled “Methods”Run(TimeSpan)
Section titled “Run(TimeSpan)”Code to run during update.
public override void Run(TimeSpan delta)Parameters
Section titled “Parameters”delta TimeSpan
The time that has elapsed since the last frame.