DebugMouseTint Class
Definition
Section titled “Definition”Tints a surface when that surface would use the mouse. Helps debug which object is receiving mouse input as you move the mouse around.
public class DebugMouseTint : RootComponent, IConfiguratorInheritance object → RootComponent
Implements IConfigurator
Constructors
Section titled “Constructors”DebugMouseTint()
Section titled “DebugMouseTint()”public DebugMouseTint()Properties
Section titled “Properties”TintColor
Section titled “TintColor”The tint color to apply to the object under the mouse.
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.