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