Ejemplo n.º 1
0
 public BoneList(BoneList other) : this(OgrePINVOKE.new_BoneList__SWIG_1(BoneList.getCPtr(other)), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public void SetRange(int index, BoneList values)
 {
     OgrePINVOKE.BoneList_SetRange(swigCPtr, index, BoneList.getCPtr(values));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
 public void AddRange(BoneList values)
 {
     OgrePINVOKE.BoneList_AddRange(swigCPtr, BoneList.getCPtr(values));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }