public virtual void KeySetRightDerivativeInfo(int pIndex, FbxAnimCurveTangentInfo pValue) { fbx_wrapperPINVOKE.FbxAnimCurve_KeySetRightDerivativeInfo__SWIG_1(swigCPtr, pIndex, FbxAnimCurveTangentInfo.getCPtr(pValue)); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } }
public virtual void KeySetRightDerivativeInfo(int pIndex, FbxAnimCurveTangentInfo pValue, bool pForceDerivative) { FbxWrapperNativePINVOKE.FbxAnimCurve_KeySetRightDerivativeInfo__SWIG_0(swigCPtr, pIndex, FbxAnimCurveTangentInfo.getCPtr(pValue), pForceDerivative); if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } }