Click or drag to resize

PopupMenuSubmenuPopupDelay Property

Sets the delay time in seconds for the submenu item to popup on mouse hovering. If the popup menu is added as a child of another (acting as a submenu), it will inherit the delay time of the parent menu item.

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

Property Value

Type: Single
See Also