Esempio n. 1
0
 public void RayCast(RayCastCallbackDelegate callback, Vec2 point1, Vec2 point2)
 {
     using (RayCastCallbackDelegateWrapper wrapper = new RayCastCallbackDelegateWrapper(callback))
         RayCast(wrapper, point1, point2);
 }
Esempio n. 2
0
 public void RayCast(RayCastCallbackDelegate callback, Vec2 point1, Vec2 point2)
 {
     using (RayCastCallbackDelegateWrapper wrapper = new RayCastCallbackDelegateWrapper(callback))
         RayCast(wrapper, point1, point2);
 }