Пример #1
0
 public ManualObjectSection(ManualObject parent, string materialName, RenderOperation.OperationType opType, string groupName) : this(OgrePINVOKE.new_ManualObject_ManualObjectSection__SWIG_0(ManualObject.getCPtr(parent), materialName, (int)opType, groupName), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public ManualObjectSection(ManualObject parent, MaterialPtr mat, RenderOperation.OperationType opType) : this(OgrePINVOKE.new_ManualObject_ManualObjectSection__SWIG_2(ManualObject.getCPtr(parent), MaterialPtr.getCPtr(mat), (int)opType), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #3
0
 public virtual void begin(string materialName, RenderOperation.OperationType opType)
 {
     OgrePINVOKE.ManualObject_begin__SWIG_1(swigCPtr, materialName, (int)opType);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #4
0
 public virtual void begin(MaterialPtr mat, RenderOperation.OperationType opType)
 {
     OgrePINVOKE.ManualObject_begin__SWIG_3(swigCPtr, MaterialPtr.getCPtr(mat), (int)opType);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }