Click or drag to resize

AspectRatioContainerSetStretchMode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AspectRatioContainer.SetStretchMode(Godot.AspectRatioContainer.StretchModeEnum)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetStretchMode is deprecated. Use the StretchMode property instead.")]
public void SetStretchMode(
	AspectRatioContainerStretchModeEnum stretchMode
)

Parameters

stretchMode
Type: GodotAspectRatioContainerStretchModeEnum

[Missing <param name="stretchMode"/> documentation for "M:Godot.AspectRatioContainer.SetStretchMode(Godot.AspectRatioContainer.StretchModeEnum)"]

See Also