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

◆ Intersects() [5/7]

void Microsoft.Xna.Framework.Ray.Intersects ( ref BoundingBox box,
out float? result )
inline

Definition at line 64 of file Ray.cs.

65 {
66 box.Intersects(ref this, out result);
67 }