Click or drag to resize

TextureRectSetStretchMode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TextureRect.SetStretchMode(Godot.TextureRect.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(
	TextureRectStretchModeEnum stretchMode
)

Parameters

stretchMode
Type: GodotTextureRectStretchModeEnum

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

See Also