Click or drag to resize

AABBHasNoSurface Method

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
C#
public bool HasNoSurface()

Return Value

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