示例#1
0
 public override bool Raycast(Ray ray, out float t)
 {
     return(PyramidMath.Raycast(ray, out t, _baseCenter, _baseWidth, _baseDepth, _height, _rotation));
 }