BoundingBox.Intersects Method (BoundingBox, Boolean)
XNA Game Studio 2.0
Checks whether the current BoundingBox intersects another BoundingBox.
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
public void Intersects ( ref BoundingBox box, out bool result )
Parameters
- box
- The BoundingBox to check for intersection with.
- result
- [OutAttribute] true if the BoundingBox instances intersect; false otherwise.