public virtual void visit(RenderablePass rp)
 {
     OgrePINVOKE.QueuedRenderableVisitor_visit__SWIG_0(swigCPtr, RenderablePass.getCPtr(rp));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(RenderablePass obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }