Click or drag to resize

PopupPopupCenteredRatio Method

Popup (show the control in modal form) in the center of the screen relative to the current canvas transform, scaled at a ratio of size of the screen.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void PopupCenteredRatio(
	float ratio = 0.75f
)

Parameters

ratio (Optional)
Type: SystemSingle

[Missing <param name="ratio"/> documentation for "M:Godot.Popup.PopupCenteredRatio(System.Single)"]

See Also