This topic has not yet been rated - Rate this topic

BoundingBox.Intersects Method (BoundingBox, Boolean)

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.

Xbox 360, Windows XP SP2, Windows Vista

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.