Esempio n. 1
0
 public void addOrganisationMode(QueuedRenderableCollection.OrganisationMode om)
 {
     OgrePINVOKE.QueuedRenderableCollection_addOrganisationMode(swigCPtr, (int)om);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
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();
     }
 }
 public virtual void setSolidsOrganisation(QueuedRenderableCollection.OrganisationMode org)
 {
     OgrePINVOKE.RenderQueueInvocation_setSolidsOrganisation(swigCPtr, (int)org);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual QueuedRenderableCollection.OrganisationMode getSolidsOrganisation()
 {
     QueuedRenderableCollection.OrganisationMode ret = (QueuedRenderableCollection.OrganisationMode)OgrePINVOKE.RenderQueueInvocation_getSolidsOrganisation(swigCPtr);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }