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