GodotSharpAPI
GodotSharpAPI
Godot
AABB Structure
AABB Methods
Abs Method
Encloses Method
Equals Method
Expand Method
GetArea Method
GetEndpoint Method
GetHashCode Method
GetLongestAxis Method
GetLongestAxisIndex Method
GetLongestAxisSize Method
GetShortestAxis Method
GetShortestAxisIndex Method
GetShortestAxisSize Method
GetSupport Method
Grow Method
HasNoArea Method
HasNoSurface Method
HasPoint Method
Intersection Method
Intersects Method
IntersectsPlane Method
IntersectsSegment Method
IsEqualApprox Method
Merge Method
ToString Method
AABB
HasNoArea 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#
Copy
public
bool
HasNoArea
()
Return Value
Type:
Boolean
A bool for whether or not the AABB has area.
See Also
Reference
AABB Structure
Godot Namespace