PhysicsTraceBuilder Box( Vector3 extents, Vector3 from, Vector3 to )

Summary

Casts a box from point A to point B.

PhysicsTraceBuilder Box( Vector3 extents, Ray ray, float distance )

Summary

Casts a box from a given position and direction, up to a given distance.

PhysicsTraceBuilder Box( BBox bbox, Vector3 from, Vector3 to )

Summary

Casts a box from point A to point B.

PhysicsTraceBuilder Box( BBox bbox, Ray ray, float distance )

Summary

Casts a box from a given position and direction, up to a given distance.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.