Click or drag to resize

BackBufferCopySetRect Method

Note: This API is now obsolete.

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

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

Parameters

rect
Type: GodotRect2

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

See Also