public virtual void execute(IntersectionSceneQueryListener listener)
 {
     OgrePINVOKE.IntersectionSceneQuery_execute__SWIG_1(swigCPtr, IntersectionSceneQueryListener.getCPtr(listener));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public override void execute(IntersectionSceneQueryListener listener)
 {
     OgrePINVOKE.DefaultIntersectionSceneQuery_execute(swigCPtr, IntersectionSceneQueryListener.getCPtr(listener));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(IntersectionSceneQueryListener obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }