Click or drag to resize

ViewportContainerSetStretch Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ViewportContainer.SetStretch(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetStretch is deprecated. Use the Stretch property instead.")]
public void SetStretch(
	bool enable
)

Parameters

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.ViewportContainer.SetStretch(System.Boolean)"]

See Also