Click or drag to resize

TextureRect.GetStretchMode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TextureRect.GetStretchMode"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetStretchMode is deprecated. Use the StretchMode property instead.")]
public TextureRect.StretchModeEnum GetStretchMode()

Return Value

Type: TextureRect.StretchModeEnum

[Missing <returns> documentation for "M:Godot.TextureRect.GetStretchMode"]

See Also