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(); } }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxAnimCurveTangentInfo obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
public virtual FbxAnimCurveTangentInfo KeyGetRightDerivativeInfo(int pIndex) { FbxAnimCurveTangentInfo ret = new FbxAnimCurveTangentInfo(fbx_wrapperPINVOKE.FbxAnimCurve_KeyGetRightDerivativeInfo(swigCPtr, pIndex), true); return(ret); }
public virtual FbxAnimCurveTangentInfo KeyGetLeftDerivativeInfo(int pIndex) { FbxAnimCurveTangentInfo ret = new FbxAnimCurveTangentInfo(FbxWrapperNativePINVOKE.FbxAnimCurve_KeyGetLeftDerivativeInfo(swigCPtr, pIndex), true); return(ret); }