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
Syntaxpublic bool IsEqualApprox(
Rect2 other
)
Parameters
- other
- Type: GodotRect2
The other rect to compare.
Return Value
Type:
BooleanWhether or not the rects are approximately equal.
See Also