Click or drag to resize

AABBIntersectsPlane Method

Returns true if the AABB is on both sides of `plane`.

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

Parameters

plane
Type: GodotPlane
The plane to check for intersection.

Return Value

Type: Boolean
A bool for whether or not the AABB intersects the plane.
See Also