Click or drag to resize

Rect2IsEqualApprox Method

Returns true if this rect and `other` are approximately equal, by running IsEqualApprox(Vector2) on each component.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsEqualApprox(
	Rect2 other
)

Parameters

other
Type: GodotRect2
The other rect to compare.

Return Value

Type: Boolean
Whether or not the rects are approximately equal.
See Also