예제 #1
0
 public abstract int LinearSweep(Vector3 motion, SweepFlags flags, ICollection <SweepQueryHit> collection, SweepCache cache = null);
예제 #2
0
 public abstract SweepQueryHit LinearSweep(Vector3 motion, SweepFlags flags, Predicate <SweepQueryHit> callback = null, SweepCache cache = null);