Exemplo n.º 1
0
 public abstract int LinearSweep(Vector3 motion, SweepFlags flags, ICollection <SweepQueryHit> collection, SweepCache cache = null);
Exemplo n.º 2
0
 public abstract SweepQueryHit LinearSweep(Vector3 motion, SweepFlags flags, Predicate <SweepQueryHit> callback = null, SweepCache cache = null);