public virtual void SetTime(FbxTime pTime)
 {
     fbx_wrapperPINVOKE.FbxAnimCurveKeyBase_SetTime(swigCPtr, FbxTime.getCPtr(pTime));
     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, 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. 3
0
 public virtual void KeySetTime(int pKeyIndex, FbxTime pTime)
 {
     FbxWrapperNativePINVOKE.FbxAnimCurveBase_KeySetTime(swigCPtr, pKeyIndex, FbxTime.getCPtr(pTime));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 4
0
 public virtual void KeySetTCB(int pKeyIndex, FbxTime pTime, float pValue)
 {
     fbx_wrapperPINVOKE.FbxAnimCurve_KeySetTCB__SWIG_3(swigCPtr, pKeyIndex, FbxTime.getCPtr(pTime), pValue);
     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)
 {
     NativeMethods.FbxAnimCurve_KeySet__SWIG_8(swigCPtr, pKeyIndex, FbxTime.getCPtr(pTime), pValue, (int)pInterpolation);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 6
0
 public void SetTCB(FbxTime pTime, float pValue)
 {
     FbxWrapperNativePINVOKE.FbxAnimCurveKey_SetTCB__SWIG_3(swigCPtr, FbxTime.getCPtr(pTime), pValue);
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 7
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();
     }
 }
 public virtual void SetTCB(FbxTime pTime, float pValue, float pData0, float pData1)
 {
     FbxWrapperNativePINVOKE.FbxAnimCurveKey_Impl_SetTCB__SWIG_1(swigCPtr, FbxTime.getCPtr(pTime), pValue, pData0, pData1);
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void FrameSelected(FbxTime pTime)
 {
     fbx_wrapperPINVOKE.FbxCameraManipulator_FrameSelected__SWIG_0(swigCPtr, FbxTime.getCPtr(pTime));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 10
0
 public void SetShift(FbxTime pShift)
 {
     FbxWrapperNativePINVOKE.FbxAnimCurveFilterTSS_SetShift(swigCPtr, FbxTime.getCPtr(pShift));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 11
0
 public void SetOffset(FbxTime pTime)
 {
     FbxWrapperNativePINVOKE.FbxMediaClip_SetOffset(swigCPtr, FbxTime.getCPtr(pTime));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void SetStopTime(FbxTime pTime)
 {
     fbx_wrapperPINVOKE.FbxAnimCurveFilter_SetStopTime(swigCPtr, FbxTime.getCPtr(pTime));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 13
0
 public void Set(FbxTime pTime, float pValue)
 {
     fbx_wrapperPINVOKE.FbxAnimCurveKey_Set(swigCPtr, FbxTime.getCPtr(pTime), pValue);
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 14
0
 public void Begin(FbxTime pTime)
 {
     FbxWrapperNativePINVOKE.FbxAnimEvalState_Begin(swigCPtr, FbxTime.getCPtr(pTime));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 15
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. 16
0
 public void SetStop(FbxTime pStop)
 {
     NativeMethods.FbxTimeSpan_SetStop(swigCPtr, FbxTime.getCPtr(pStop));
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 17
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. 18
0
 public void SetOffset(FbxTime pTime)
 {
     fbx_wrapperPINVOKE.FbxVideo_SetOffset(swigCPtr, FbxTime.getCPtr(pTime));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 19
0
 public override void SetTime(FbxTime pTime)
 {
     FbxWrapperNativePINVOKE.FbxAnimCurveKey_SetTime(swigCPtr, FbxTime.getCPtr(pTime));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void SetPeriodTime(FbxTime pPeriod)
 {
     fbx_wrapperPINVOKE.FbxAnimCurveFilterResample_SetPeriodTime(swigCPtr, FbxTime.getCPtr(pPeriod));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 21
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. 22
0
 public void SetStop(FbxTime pStop)
 {
     fbx_wrapperPINVOKE.FbxTimeSpan_SetStop(swigCPtr, FbxTime.getCPtr(pStop));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 23
0
 public override void KeySetTime(int pKeyIndex, FbxTime pTime)
 {
     fbx_wrapperPINVOKE.FbxAnimCurve_KeySetTime(swigCPtr, pKeyIndex, FbxTime.getCPtr(pTime));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 24
0
 public void SetTimeProp(string pName, FbxTime pValue)
 {
     fbx_wrapperPINVOKE.FbxIOSettings_SetTimeProp(swigCPtr, pName, FbxTime.getCPtr(pValue));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 25
0
 public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue)
 {
     NativeMethods.FbxAnimCurve_KeySet__SWIG_9(swigCPtr, pKeyIndex, FbxTime.getCPtr(pTime), pValue);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 26
0
 public virtual void SetTCB(FbxTime pTime, float pValue, float pData0)
 {
     fbx_wrapperPINVOKE.FbxAnimCurveKey_Impl_SetTCB__SWIG_2(swigCPtr, FbxTime.getCPtr(pTime), pValue, pData0);
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 27
0
 public void Update(FbxTime pTimeDelta)
 {
     FbxWrapperNativePINVOKE.FbxCameraManipulator_Update__SWIG_0(swigCPtr, FbxTime.getCPtr(pTimeDelta));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 28
0
 public void FrameAll(FbxTime pTime)
 {
     FbxWrapperNativePINVOKE.FbxCameraManipulator_FrameAll__SWIG_0(swigCPtr, FbxTime.getCPtr(pTime));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 29
0
 public void SetStop(FbxTime pStop)
 {
     FbxWrapperNativePINVOKE.FbxTimeSpan_SetStop(swigCPtr, FbxTime.getCPtr(pStop));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 30
0
        public FbxTime div(FbxTime pTime)
        {
            FbxTime ret = new FbxTime(FbxWrapperNativePINVOKE.FbxTime_div(swigCPtr, FbxTime.getCPtr(pTime)), true);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }