Click or drag to resize

NinePatchRectSetRegionRect Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.NinePatchRect.SetRegionRect(Godot.Rect2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetRegionRect is deprecated. Use the RegionRect property instead.")]
public void SetRegionRect(
	Rect2 rect
)

Parameters

rect
Type: GodotRect2

[Missing <param name="rect"/> documentation for "M:Godot.NinePatchRect.SetRegionRect(Godot.Rect2)"]

See Also