Exemplo n.º 1
0
 public bool CastRay <T>(RaycastInput input, ref T collector) where T : struct, ICollector <RaycastHit>
 {
     return(Broadphase.CastRay(input, m_Bodies, ref collector));
 }