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

◆ Intersects() [3/9]

bool Microsoft.Xna.Framework.BoundingFrustum.Intersects ( BoundingSphere sphere)
inline

Definition at line 381 of file BoundingFrustum.cs.

382 {
383 Intersects(ref sphere, out var result);
384 return result;
385 }

References Microsoft.Xna.Framework.Intersects.