Click or drag to resize

TextureProgressSetNinePatchStretch Method

Note: This API is now obsolete.

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

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

Parameters

stretch
Type: SystemBoolean

[Missing <param name="stretch"/> documentation for "M:Godot.TextureProgress.SetNinePatchStretch(System.Boolean)"]

See Also