Example #1
0
 public void SetTangentMode(FbxAnimCurveDef.ETangentMode pTangentMode)
 {
     NativeMethods.FbxAnimCurveKey_SetTangentMode(swigCPtr, (int)pTangentMode);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public virtual void KeySetTangentMode(int pKeyIndex, FbxAnimCurveDef.ETangentMode pTangent)
 {
     NativeMethods.FbxAnimCurve_KeySetTangentMode(swigCPtr, pKeyIndex, (int)pTangent);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
 public FbxAnimCurveDef.ETangentMode GetTangentMode(bool pIncludeOverrides)
 {
     FbxAnimCurveDef.ETangentMode ret = (FbxAnimCurveDef.ETangentMode)NativeMethods.FbxAnimCurveKey_GetTangentMode__SWIG_0(swigCPtr, pIncludeOverrides);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Example #4
0
 public virtual FbxAnimCurveDef.ETangentMode KeyGetTangentMode(int pKeyIndex)
 {
     FbxAnimCurveDef.ETangentMode ret = (FbxAnimCurveDef.ETangentMode)NativeMethods.FbxAnimCurve_KeyGetTangentMode__SWIG_1(swigCPtr, pKeyIndex);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Example #5
0
 public FbxAnimCurveDef.ETangentMode GetTangentMode()
 {
     FbxAnimCurveDef.ETangentMode ret = (FbxAnimCurveDef.ETangentMode)NativeMethods.FbxAnimCurveKey_GetTangentMode__SWIG_1(swigCPtr);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Example #6
0
 public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue,
                            FbxAnimCurveDef.EInterpolationType pInterpolation = FbxAnimCurveDef.EInterpolationType.eInterpolationCubic,
                            FbxAnimCurveDef.ETangentMode pTangentMode         = FbxAnimCurveDef.ETangentMode.eTangentAuto,
                            float pData0 = 0.0f, float pData1 = 0.0f,
                            FbxAnimCurveDef.EWeightedMode pTangentWeightMode = FbxAnimCurveDef.EWeightedMode.eWeightedNone,
                            float pWeight0   = FbxAnimCurveDef.sDEFAULT_WEIGHT,
                            float pWeight1   = FbxAnimCurveDef.sDEFAULT_WEIGHT,
                            float pVelocity0 = FbxAnimCurveDef.sDEFAULT_VELOCITY,
                            float pVelocity1 = FbxAnimCurveDef.sDEFAULT_VELOCITY)
 {
     throw new NotImplementedException();
 }
Example #7
0
 public virtual void KeySetTangentMode(int pKeyIndex, FbxAnimCurveDef.ETangentMode pTangent)
 {
     fbx_wrapperPINVOKE.FbxAnimCurve_KeySetTangentMode(swigCPtr, pKeyIndex, (int)pTangent);
 }
Example #8
0
 public virtual FbxAnimCurveDef.ETangentMode KeyGetTangentMode(int pKeyIndex)
 {
     FbxAnimCurveDef.ETangentMode ret = (FbxAnimCurveDef.ETangentMode)fbx_wrapperPINVOKE.FbxAnimCurve_KeyGetTangentMode__SWIG_1(swigCPtr, pKeyIndex);
     return(ret);
 }
Example #9
0
 public virtual FbxAnimCurveDef.ETangentMode KeyGetTangentMode(int pKeyIndex, bool pIncludeOverrides)
 {
     FbxAnimCurveDef.ETangentMode ret = (FbxAnimCurveDef.ETangentMode)fbx_wrapperPINVOKE.FbxAnimCurve_KeyGetTangentMode__SWIG_0(swigCPtr, pKeyIndex, pIncludeOverrides);
     return(ret);
 }
Example #10
0
 public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue, FbxAnimCurveDef.EInterpolationType pInterpolation, FbxAnimCurveDef.ETangentMode pTangentMode)
 {
     fbx_wrapperPINVOKE.FbxAnimCurve_KeySet__SWIG_8(swigCPtr, pKeyIndex, FbxTime.getCPtr(pTime), pValue, (int)pInterpolation, (int)pTangentMode);
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #11
0
 public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue, FbxAnimCurveDef.EInterpolationType pInterpolation, FbxAnimCurveDef.ETangentMode pTangentMode, float pData0, float pData1, FbxAnimCurveDef.EWeightedMode pTangentWeightMode, float pWeight0, float pWeight1, float pVelocity0)
 {
     fbx_wrapperPINVOKE.FbxAnimCurve_KeySet__SWIG_2(swigCPtr, pKeyIndex, FbxTime.getCPtr(pTime), pValue, (int)pInterpolation, (int)pTangentMode, pData0, pData1, (int)pTangentWeightMode, pWeight0, pWeight1, pVelocity0);
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #12
0
 public void SetTangentMode(FbxAnimCurveDef.ETangentMode pTangentMode)
 {
     TangentMode = pTangentMode;
 }
Example #13
0
 public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue, FbxAnimCurveDef.EInterpolationType pInterpolation, FbxAnimCurveDef.ETangentMode pTangentMode, float pData0, float pData1, FbxAnimCurveDef.EWeightedMode pTangentWeightMode, float pWeight0)
 {
     NativeMethods.FbxAnimCurve_KeySet__SWIG_3(swigCPtr, pKeyIndex, FbxTime.getCPtr(pTime), pValue, (int)pInterpolation, (int)pTangentMode, pData0, pData1, (int)pTangentWeightMode, pWeight0);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
Example #14
0
 public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue, FbxAnimCurveDef.EInterpolationType pInterpolation, FbxAnimCurveDef.ETangentMode pTangentMode, float pData0, float pData1)
 {
     FbxWrapperNativePINVOKE.FbxAnimCurve_KeySet__SWIG_6(swigCPtr, pKeyIndex, FbxTime.getCPtr(pTime), pValue, (int)pInterpolation, (int)pTangentMode, pData0, pData1);
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #15
0
 public virtual void SetTangentMode(FbxAnimCurveDef.ETangentMode pTangentMode)
 {
     fbx_wrapperPINVOKE.FbxAnimCurveKey_Impl_SetTangentMode(swigCPtr, (int)pTangentMode);
 }
Example #16
0
 public virtual FbxAnimCurveDef.ETangentMode GetTangentMode()
 {
     FbxAnimCurveDef.ETangentMode ret = (FbxAnimCurveDef.ETangentMode)fbx_wrapperPINVOKE.FbxAnimCurveKey_Impl_GetTangentMode__SWIG_1(swigCPtr);
     return(ret);
 }
Example #17
0
 public virtual FbxAnimCurveDef.ETangentMode GetTangentMode(bool pIncludeOverrides)
 {
     FbxAnimCurveDef.ETangentMode ret = (FbxAnimCurveDef.ETangentMode)fbx_wrapperPINVOKE.FbxAnimCurveKey_Impl_GetTangentMode__SWIG_0(swigCPtr, pIncludeOverrides);
     return(ret);
 }
Example #18
0
 public virtual void KeySetTangentMode(int pKeyIndex, FbxAnimCurveDef.ETangentMode pTangent)
 {
     throw new NotImplementedException();
 }
Example #19
0
 public void SetTangentMode(FbxAnimCurveDef.ETangentMode pTangentMode)
 {
     FbxWrapperNativePINVOKE.FbxAnimCurveKey_SetTangentMode(swigCPtr, (int)pTangentMode);
 }
Example #20
0
 public FbxAnimCurveDef.ETangentMode GetTangentMode(bool pIncludeOverrides)
 {
     FbxAnimCurveDef.ETangentMode ret = (FbxAnimCurveDef.ETangentMode)FbxWrapperNativePINVOKE.FbxAnimCurveKey_GetTangentMode__SWIG_0(swigCPtr, pIncludeOverrides);
     return(ret);
 }
Example #21
0
 public static void Resample(FbxAnimCurve pSourceCurve, FbxAnimCurve pTargetCurve, FbxTime pStart, FbxTime pStop, FbxTime pPeriod, FbxAnimCurveDef.EInterpolationType pInterpolation, FbxAnimCurveDef.ETangentMode pTangentMode, bool pAddStopKey)
 {
     fbx_wrapperPINVOKE.FbxAnimUtilities_Resample__SWIG_0(FbxAnimCurve.getCPtr(pSourceCurve), FbxAnimCurve.getCPtr(pTargetCurve), FbxTime.getCPtr(pStart), FbxTime.getCPtr(pStop), FbxTime.getCPtr(pPeriod), (int)pInterpolation, (int)pTangentMode, pAddStopKey);
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #22
0
 public static void Resample(FbxAnimCurve pSourceCurve, FbxAnimCurve pTargetCurve, FbxTime pStart, FbxTime pStop, FbxTime pPeriod, FbxAnimCurveDef.EInterpolationType pInterpolation, FbxAnimCurveDef.ETangentMode pTangentMode)
 {
     FbxWrapperNativePINVOKE.FbxAnimUtilities_Resample__SWIG_1(FbxAnimCurve.getCPtr(pSourceCurve), FbxAnimCurve.getCPtr(pTargetCurve), FbxTime.getCPtr(pStart), FbxTime.getCPtr(pStop), FbxTime.getCPtr(pPeriod), (int)pInterpolation, (int)pTangentMode);
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #23
0
 public FbxAnimCurveDef.ETangentMode GetTangentMode()
 {
     FbxAnimCurveDef.ETangentMode ret = (FbxAnimCurveDef.ETangentMode)FbxWrapperNativePINVOKE.FbxAnimCurveKey_GetTangentMode__SWIG_1(swigCPtr);
     return(ret);
 }