예제 #1
0
 public void SetRange(int index, SubEntityList values)
 {
     OgrePINVOKE.SubEntityList_SetRange(swigCPtr, index, SubEntityList.getCPtr(values));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public SubEntityList(SubEntityList other) : this(OgrePINVOKE.new_SubEntityList__SWIG_1(SubEntityList.getCPtr(other)), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }