Exemple #1
0
 public void acceptVisitor(QueuedRenderableVisitor visitor, QueuedRenderableCollection.OrganisationMode om)
 {
     OgrePINVOKE.QueuedRenderableCollection_acceptVisitor(swigCPtr, QueuedRenderableVisitor.getCPtr(visitor), (int)om);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(QueuedRenderableVisitor obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }