Esempio n. 1
0
 public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue, FbxAnimCurveDef.EInterpolationType pInterpolation)
 {
     fbx_wrapperPINVOKE.FbxAnimCurve_KeySet__SWIG_9(swigCPtr, pKeyIndex, FbxTime.getCPtr(pTime), pValue, (int)pInterpolation);
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue, FbxAnimCurveDef.EInterpolationType pInterpolation)
 {
     NativeMethods.FbxAnimCurve_KeySet__SWIG_8(swigCPtr, pKeyIndex, FbxTime.getCPtr(pTime), pValue, (int)pInterpolation);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 3
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)
 {
     FbxWrapperNativePINVOKE.FbxAnimCurve_KeySet__SWIG_2(swigCPtr, pKeyIndex, FbxTime.getCPtr(pTime), pValue, (int)pInterpolation, (int)pTangentMode, pData0, pData1, (int)pTangentWeightMode, pWeight0, pWeight1, pVelocity0);
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 4
0
 public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue, FbxAnimCurveDef.EInterpolationType pInterpolation, FbxAnimCurveDef.ETangentMode pTangentMode, float pData0, float pData1, FbxAnimCurveDef.EWeightedMode pTangentWeightMode)
 {
     fbx_wrapperPINVOKE.FbxAnimCurve_KeySet__SWIG_5(swigCPtr, pKeyIndex, FbxTime.getCPtr(pTime), pValue, (int)pInterpolation, (int)pTangentMode, pData0, pData1, (int)pTangentWeightMode);
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 5
0
 public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue, FbxAnimCurveDef.EInterpolationType pInterpolation, FbxAnimCurveDef.ETangentMode pTangentMode)
 {
     FbxWrapperNativePINVOKE.FbxAnimCurve_KeySet__SWIG_8(swigCPtr, pKeyIndex, FbxTime.getCPtr(pTime), pValue, (int)pInterpolation, (int)pTangentMode);
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 6
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();
     }
 }
Esempio n. 7
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();
 }
Esempio n. 8
0
 public virtual void KeySetInterpolation(int pKeyIndex, FbxAnimCurveDef.EInterpolationType pInterpolation)
 {
     fbx_wrapperPINVOKE.FbxAnimCurve_KeySetInterpolation(swigCPtr, pKeyIndex, (int)pInterpolation);
 }
Esempio n. 9
0
 public virtual FbxAnimCurveDef.EInterpolationType KeyGetInterpolation(int pKeyIndex)
 {
     FbxAnimCurveDef.EInterpolationType ret = (FbxAnimCurveDef.EInterpolationType)fbx_wrapperPINVOKE.FbxAnimCurve_KeyGetInterpolation(swigCPtr, pKeyIndex);
     return(ret);
 }
Esempio n. 10
0
 public void SetInterpolation(FbxAnimCurveDef.EInterpolationType pInterpolation)
 {
     Interpolation = pInterpolation;
 }
Esempio n. 11
0
 public FbxAnimCurveDef.EInterpolationType GetInterpolation()
 {
     FbxAnimCurveDef.EInterpolationType ret = (FbxAnimCurveDef.EInterpolationType)FbxWrapperNativePINVOKE.FbxAnimCurveKey_GetInterpolation(swigCPtr);
     return(ret);
 }
Esempio n. 12
0
 public virtual void SetInterpolation(FbxAnimCurveDef.EInterpolationType pInterpolation)
 {
     fbx_wrapperPINVOKE.FbxAnimCurveKey_Impl_SetInterpolation(swigCPtr, (int)pInterpolation);
 }
Esempio n. 13
0
 public virtual FbxAnimCurveDef.EInterpolationType GetInterpolation()
 {
     FbxAnimCurveDef.EInterpolationType ret = (FbxAnimCurveDef.EInterpolationType)fbx_wrapperPINVOKE.FbxAnimCurveKey_Impl_GetInterpolation(swigCPtr);
     return(ret);
 }
Esempio n. 14
0
 public virtual void KeySetInterpolation(int pKeyIndex, FbxAnimCurveDef.EInterpolationType pInterpolation)
 {
     throw new NotImplementedException();
 }
Esempio n. 15
0
 public void SetInterpolation(FbxAnimCurveDef.EInterpolationType pInterpolation)
 {
     FbxWrapperNativePINVOKE.FbxAnimCurveKey_SetInterpolation(swigCPtr, (int)pInterpolation);
 }
Esempio n. 16
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();
     }
 }
Esempio n. 17
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();
     }
 }