예제 #1
0
 public bool Raycast(Ray ray, out float t)
 {
     return(WorldPlane.Raycast(ray, out t));
 }