Returns true if the AABB has no surface (no size), or false otherwise.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public bool HasNoSurface()
Return Value
Type:
BooleanA bool for whether or not the AABB has area.
See Also