Click or drag to resize

Rect2HasNoArea Method

Returns true if the Rect2 is flat or empty, or false otherwise.

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

Return Value

Type: Boolean
A bool for whether or not the rect has area.
See Also