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

◆ Intersects() [5/9]

float? Microsoft.Xna.Framework.BoundingSphere.Intersects ( Ray ray)
inline

Definition at line 272 of file BoundingSphere.cs.

273 {
274 return ray.Intersects(this);
275 }