Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Intersects() [1/7]

float? Microsoft.Xna.Framework.Ray.Intersects ( BoundingBox box)
inline

Definition at line 59 of file Ray.cs.

60 {
61 return box.Intersects(this);
62 }

References Microsoft.Xna.Framework.BoundingBox.Intersects().