public virtual void visit(Pass p, SWIGTYPE_p_std__vectorT_Ogre__Renderable_p_t rs)
 {
     OgrePINVOKE.QueuedRenderableVisitor_visit__SWIG_1(swigCPtr, Pass.getCPtr(p), SWIGTYPE_p_std__vectorT_Ogre__Renderable_p_t.getCPtr(rs));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__vectorT_Ogre__Renderable_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }