Click or drag to resize

AABBHasNoArea Method

Returns true if the AABB 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 AABB has area.
See Also