Exemplo n.º 1
0
 public abstract RaycastHit RaycastClosestShape(Ray ray, ShapesType shapeType, int groups, float maxDistance, RayCastBit hintflags, GroupsMask mask);
Exemplo n.º 2
0
 public abstract void RaycastAllShapes(Ray ray, IRayCastReport report, ShapesType shapeType, int groups, float maxDistance, RayCastBit hintflags, GroupsMask mask);