예제 #1
0
 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();
     }
 }
예제 #2
0
 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();
     }
 }
예제 #3
0
 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);
 }
예제 #4
0
        public virtual FbxAnimCurveTangentInfo KeyGetRightDerivativeInfo(int pIndex)
        {
            FbxAnimCurveTangentInfo ret = new FbxAnimCurveTangentInfo(fbx_wrapperPINVOKE.FbxAnimCurve_KeyGetRightDerivativeInfo(swigCPtr, pIndex), true);

            return(ret);
        }
예제 #5
0
        public virtual FbxAnimCurveTangentInfo KeyGetLeftDerivativeInfo(int pIndex)
        {
            FbxAnimCurveTangentInfo ret = new FbxAnimCurveTangentInfo(FbxWrapperNativePINVOKE.FbxAnimCurve_KeyGetLeftDerivativeInfo(swigCPtr, pIndex), true);

            return(ret);
        }