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 public bool IntersectsPlane(
Plane plane
)
Parameters
- plane
- Type: GodotPlane
The plane to check for intersection.
Return Value
Type:
BooleanA bool for whether or not the AABB intersects the plane.
See Also