Example #1
0
 public void AddRange(SubMeshList values)
 {
     OgrePINVOKE.SubMeshList_AddRange(swigCPtr, SubMeshList.getCPtr(values));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void SetRange(int index, SubMeshList values)
 {
     OgrePINVOKE.SubMeshList_SetRange(swigCPtr, index, SubMeshList.getCPtr(values));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
 public SubMeshList(SubMeshList other) : this(OgrePINVOKE.new_SubMeshList__SWIG_1(SubMeshList.getCPtr(other)), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }