Click or drag to resize

MenuButtonSwitchOnHover Property

If true, when the cursor hovers above another MenuButton within the same parent which also has switch_on_hover enabled, it will close the current MenuButton and open the other one.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool SwitchOnHover { get; set; }

Property Value

Type: Boolean
See Also