Popup (show the control in modal form).
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntaxpublic void Popup_(
Rect2? bounds = null
)
Parameters
- bounds (Optional)
- Type: SystemNullableRect2
If the parameter is null, then the default value is new Rect2(0, 0, 0, 0)
See Also