Click or drag to resize

TextureButtonSetStretchMode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TextureButton.SetStretchMode(Godot.TextureButton.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(
	TextureButtonStretchModeEnum pMode
)

Parameters

pMode
Type: GodotTextureButtonStretchModeEnum

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

See Also