public void SetRange(int index, KeyframeList values) { solar_datastructurePINVOKE.KeyframeList_SetRange(swigCPtr, index, KeyframeList.getCPtr(values)); if (solar_datastructurePINVOKE.SWIGPendingException.Pending) { throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve(); } }
public KeyframeList(KeyframeList other) : this(solar_datastructurePINVOKE.new_KeyframeList__SWIG_1(KeyframeList.getCPtr(other)), true) { if (solar_datastructurePINVOKE.SWIGPendingException.Pending) { throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve(); } }